diff --git a/glassfish-runner/connector-platform-tck/connectors/whitebox/annotated/whitebox-anno_no_md.rar b/glassfish-runner/connector-platform-tck/connectors/whitebox/annotated/whitebox-anno_no_md.rar new file mode 100644 index 0000000000..151fc1807c Binary files /dev/null and b/glassfish-runner/connector-platform-tck/connectors/whitebox/annotated/whitebox-anno_no_md.rar differ diff --git a/glassfish-runner/connector-platform-tck/connectors/whitebox/ibanno/whitebox-ibanno_no_md.rar b/glassfish-runner/connector-platform-tck/connectors/whitebox/ibanno/whitebox-ibanno_no_md.rar new file mode 100644 index 0000000000..1458aafe5f Binary files /dev/null and b/glassfish-runner/connector-platform-tck/connectors/whitebox/ibanno/whitebox-ibanno_no_md.rar differ diff --git a/glassfish-runner/connector-platform-tck/connectors/whitebox/mdcomplete/whitebox-mdcomplete.rar b/glassfish-runner/connector-platform-tck/connectors/whitebox/mdcomplete/whitebox-mdcomplete.rar new file mode 100644 index 0000000000..7ae99532ef Binary files /dev/null and b/glassfish-runner/connector-platform-tck/connectors/whitebox/mdcomplete/whitebox-mdcomplete.rar differ diff --git a/glassfish-runner/connector-platform-tck/connectors/whitebox/mixedmode/whitebox-mixedmode.rar b/glassfish-runner/connector-platform-tck/connectors/whitebox/mixedmode/whitebox-mixedmode.rar new file mode 100644 index 0000000000..3f5bb522f0 Binary files /dev/null and b/glassfish-runner/connector-platform-tck/connectors/whitebox/mixedmode/whitebox-mixedmode.rar differ diff --git a/glassfish-runner/connector-platform-tck/connectors/whitebox/multianno/whitebox-multianno.rar b/glassfish-runner/connector-platform-tck/connectors/whitebox/multianno/whitebox-multianno.rar new file mode 100644 index 0000000000..0521b82c94 Binary files /dev/null and b/glassfish-runner/connector-platform-tck/connectors/whitebox/multianno/whitebox-multianno.rar differ diff --git a/glassfish-runner/connector-platform-tck/connectors/whitebox/permissiondd/whitebox-permissiondd.rar b/glassfish-runner/connector-platform-tck/connectors/whitebox/permissiondd/whitebox-permissiondd.rar new file mode 100644 index 0000000000..217145dfa1 Binary files /dev/null and b/glassfish-runner/connector-platform-tck/connectors/whitebox/permissiondd/whitebox-permissiondd.rar differ diff --git a/glassfish-runner/connector-platform-tck/j2ee.pass b/glassfish-runner/connector-platform-tck/j2ee.pass new file mode 100644 index 0000000000..8859170690 --- /dev/null +++ b/glassfish-runner/connector-platform-tck/j2ee.pass @@ -0,0 +1,17 @@ + +# +# Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved. +# +# This program and the accompanying materials are made available under the +# terms of the Eclipse Public License v. 2.0, which is available at +# http://www.eclipse.org/legal/epl-2.0. +# +# This Source Code may also be made available under the following Secondary +# Licenses when the conditions for such availability set forth in the +# Eclipse Public License v. 2.0 are satisfied: GNU General Public License, +# version 2 with the GNU Classpath Exception, which is available at +# https://www.gnu.org/software/classpath/license.html. +# +# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +# +AS_ADMIN_USERPASSWORD=j2ee \ No newline at end of file diff --git a/glassfish-runner/connector-platform-tck/javajoe.pass b/glassfish-runner/connector-platform-tck/javajoe.pass new file mode 100644 index 0000000000..d69a7520e5 --- /dev/null +++ b/glassfish-runner/connector-platform-tck/javajoe.pass @@ -0,0 +1,16 @@ +# +# Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved. +# +# This program and the accompanying materials are made available under the +# terms of the Eclipse Public License v. 2.0, which is available at +# http://www.eclipse.org/legal/epl-2.0. +# +# This Source Code may also be made available under the following Secondary +# Licenses when the conditions for such availability set forth in the +# Eclipse Public License v. 2.0 are satisfied: GNU General Public License, +# version 2 with the GNU Classpath Exception, which is available at +# https://www.gnu.org/software/classpath/license.html. +# +# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +# +AS_ADMIN_USERPASSWORD=javajoe diff --git a/glassfish-runner/connector-platform-tck/pom.xml b/glassfish-runner/connector-platform-tck/pom.xml index 83caef9c6c..d1a6fd6613 100644 --- a/glassfish-runner/connector-platform-tck/pom.xml +++ b/glassfish-runner/connector-platform-tck/pom.xml @@ -41,6 +41,7 @@ ${glassfish.home}/glassfish/bin/asadmin + 7.0.0 ${project.build.directory}/glassfish7 ${glassfish.home}/glassfish/lib ${glassfish.home}/javadb/lib @@ -56,12 +57,21 @@ cts1 5.9.1 - cts1 - cts1 + rapassword1 + rauser1 ./sql 11.0.0-SNAPSHOT + 1.0.0-M17 + + org.apache.derby.jdbc.ClientXADataSource + 64 + cts-derby-XA-pool + serverName=${derby.server}:portNumber=${derby.port}:user=${derby.user}:password=${derby.passwd}:DatabaseName=${derby.dbName}:connectionAttributes=";create\=true;" + javax.sql.XADataSource + 32 + @@ -200,6 +210,13 @@ ${glassfish.lib.dir} arquillian-protocol-lib.jar + + jakarta.tck + connector + true + ${glassfish.lib.dir} + connector.jar + jakarta.tck libutil @@ -252,6 +269,45 @@ + + org.codehaus.mojo + sql-maven-plugin + + + org.apache.derby.jdbc.ClientDriver + jdbc:derby://localhost:1527/derbyDB;create=true + CTS1 + CTS1 + true + ; + continue + + + + + org.apache.derby + derbyclient + 10.15.2.0 + + + org.apache.derby + derbytools + 10.15.2.0 + + + + + sql-cli + + execute + + pre-integration-test + + CREATE SCHEMA CTS1 AUTHORIZATION CTS1; + + + + maven-resources-plugin 3.0.2 @@ -280,6 +336,62 @@ org.codehaus.mojo exec-maven-plugin + + 1-start-database + + exec + + pre-integration-test + + ${exec.asadmin} + + start-database + + + + + + + maven-resources-plugin + 3.0.2 + + + copy-resource-one + + copy-resources + + generate-sources + + ${glassfish.lib.dir} + + + ${basedir} + + *.jar + + + + + + + + + org.codehaus.mojo + exec-maven-plugin + + + 10-start-database + + exec + + pre-integration-test + + ${exec.asadmin} + + start-database + + + 11-stop-domain @@ -316,7 +428,7 @@ ${exec.asadmin} create-jvm-options - -Dwhitebox-tx-map=${rauser1}=${user}:-Dwhitebox-tx-param-map=${rauser1}=${user}:-Dwhitebox-notx-map=${rauser1}=${user}:-Dwhitebox-notx-param-map=${rauser1}=${user}:-Dwhitebox-xa-map=${rauser1}=${user}:-Dwhitebox-xa-param-map=${rauser1}=${user} + -Dwhitebox-tx-map=cts1=j2ee:-Dwhitebox-tx-param-map=cts1=j2ee:-Dwhitebox-notx-map=cts1=j2ee:-Dwhitebox-notx-param-map=cts1=j2ee:-Dwhitebox-xa-map=cts1=j2ee:-Dwhitebox-xa-param-map=cts1=j2ee:-Djava.security.manager:-Dj2eelogin.password=cts1:-Dj2eelogin.name=j2ee:-Dj2eelogin.password=j2ee:-Deislogin.name=cts1:-Deislogin.password=cts1 @@ -331,7 +443,7 @@ create-file-user --groups - staff:mgr:DIRECTOR + staff:mgr --passwordfile ${project.basedir}/j2ee.pass j2ee @@ -349,13 +461,112 @@ create-file-user --groups - guest:OTHERROLE + guest --passwordfile ${project.basedir}/javajoe.pass javajoe + + 18-create-xa-jdbc-pool + + exec + + pre-integration-test + + ${exec.asadmin} + + create-jdbc-connection-pool + --restype + ${xa.restype} + --datasourceclassname + ${xa.datasource.class} + --property + ${xa.properties} + --steadypoolsize + ${xa.steadypoolsize} + --maxpoolsize + ${xa.maxpoolsize} + ${xa.poolName} + + + + + 19-create-jndi + + exec + + pre-integration-test + + ${exec.asadmin} + + create-jdbc-resource + --connectionpoolid + ${xa.poolName} + eis/JDBCwhitebox-xa + + + + + 20-create-jndi + + exec + + pre-integration-test + + ${exec.asadmin} + + create-jdbc-resource + --connectionpoolid + ${xa.poolName} + eis/JDBCwhitebox-tx + + + + + 21-create-jndi + + exec + + pre-integration-test + + ${exec.asadmin} + + create-jdbc-resource + --connectionpoolid + ${xa.poolName} + eis/JDBCwhitebox-notx + + + + + 22-list-jdbc-connection-pools + + exec + + pre-integration-test + + ${exec.asadmin} + + list-jdbc-connection-pools + + + + + 23-ping-connection-pool + + exec + + pre-integration-test + + ${exec.asadmin} + + ping-connection-pool + ${xa.poolName} + + + 24-deploy-whitebox-tx-connector @@ -365,6 +576,10 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass deploy ${project.basedir}/connectors/whitebox/whitebox-tx.rar @@ -379,14 +594,18 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-connection-pool --raname whitebox-tx --property - user=cts1:password=cts1:TSRValue=comp/TransactionSynchronizationRegistry + eisPrincipalName=j2ee:userName=j2ee:password=j2ee:TSRValue=comp/TransactionSynchronizationRegistry --connectiondefinition com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory - whitebox-tx-pool + cts-connector-pool-whitebox-tx-pool.rar @@ -399,9 +618,13 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-resource --poolname - whitebox-tx-pool + cts-connector-pool-whitebox-tx-pool.rar eis/whitebox-tx @@ -415,6 +638,10 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass deploy ${project.basedir}/connectors/whitebox/whitebox-xa.rar @@ -429,14 +656,18 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-connection-pool --raname whitebox-xa --property - user=cts1:password=cts1:TSRValue=comp/TransactionSynchronizationRegistry + eisPrincipalName=j2ee:userName=j2ee:password=j2ee:TSRValue=comp/TransactionSynchronizationRegistry --connectiondefinition com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory - whitebox-xa-pool + cts-connector-pool-whitebox-xa-pool.rar @@ -449,9 +680,13 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-resource --poolname - whitebox-xa-pool + cts-connector-pool-whitebox-xa-pool.rar eis/whitebox-xa @@ -465,6 +700,10 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass deploy ${project.basedir}/connectors/whitebox/whitebox-notx.rar @@ -479,14 +718,18 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-connection-pool --raname whitebox-notx --property - user=cts1:password=cts1:TSRValue=comp/TransactionSynchronizationRegistry + eisPrincipalName=j2ee:userName=j2ee:password=j2ee:TSRValue=comp/TransactionSynchronizationRegistry --connectiondefinition com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory - whitebox-notx-pool + cts-connector-pool-whitebox-notx-pool.rar @@ -499,9 +742,13 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-resource --poolname - whitebox-notx-pool + cts-connector-pool-whitebox-notx-pool.rar eis/whitebox-notx @@ -515,6 +762,10 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass deploy ${project.basedir}/connectors/whitebox/mdcomplete/whitebox-mdcomplete.rar @@ -529,14 +780,18 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-connection-pool --raname whitebox-mdcomplete --property - user=cts1:password=cts1:TSRValue=comp/TransactionSynchronizationRegistry + eisPrincipalName=j2ee:userName=j2ee:password=j2ee:TSRValue=comp/TransactionSynchronizationRegistry --connectiondefinition com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory - whitebox-mdcomplete-pool + cts-connector-pool-whitebox-mdcomplete-pool.rar @@ -549,9 +804,13 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-resource --poolname - whitebox-mdcomplete-pool + cts-connector-pool-whitebox-mdcomplete-pool.rar eis/whitebox-mdcomplete @@ -565,6 +824,10 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass deploy ${project.basedir}/connectors/whitebox/annotated/whitebox-anno_no_md.rar @@ -579,14 +842,18 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-connection-pool --raname whitebox-anno_no_md --property - user=cts1:password=cts1:TSRValue=comp/TransactionSynchronizationRegistry + eisPrincipalName=j2ee:userName=j2ee:password=j2ee:TSRValue=comp/TransactionSynchronizationRegistry --connectiondefinition com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory - whitebox-anno_no_md-pool + cts-connector-pool-whitebox-anno_no_md-pool.rar @@ -599,9 +866,13 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-resource --poolname - whitebox-anno_no_md-pool + cts-connector-pool-whitebox-anno_no_md-pool.rar eis/whitebox-anno_no_md @@ -615,6 +886,10 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass deploy ${project.basedir}/connectors/whitebox/mixedmode/whitebox-mixedmode.rar @@ -629,14 +904,18 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-connection-pool --raname whitebox-mixedmode --property - user=cts1:password=cts1:TSRValue=comp/TransactionSynchronizationRegistry + eisPrincipalName=j2ee:userName=j2ee:password=j2ee:TSRValue=comp/TransactionSynchronizationRegistry --connectiondefinition com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory - whitebox-mixedmode-pool + cts-connector-pool-whitebox-mixedmode-pool.rar @@ -649,9 +928,13 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-resource --poolname - whitebox-mixedmode-pool + cts-connector-pool-whitebox-mixedmode-pool.rar eis/whitebox-mixedmode @@ -665,6 +948,10 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass deploy ${project.basedir}/connectors/whitebox/multianno/whitebox-multianno.rar @@ -679,14 +966,18 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-connection-pool --raname whitebox-multianno --property - user=cts1:password=cts1:TSRValue=comp/TransactionSynchronizationRegistry + eisPrincipalName=j2ee:userName=j2ee:password=j2ee:TSRValue=comp/TransactionSynchronizationRegistry --connectiondefinition com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory - whitebox-multianno-pool + cts-connector-pool-whitebox-multianno.rar @@ -699,9 +990,13 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-resource --poolname - whitebox-multianno-pool + cts-connector-pool-whitebox-multianno.rar eis/whitebox-multianno @@ -715,6 +1010,10 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass deploy ${project.basedir}/connectors/whitebox/whitebox-tx-param.rar @@ -729,14 +1028,18 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-connection-pool --raname whitebox-tx-param --property - user=cts1:password=cts1:TSRValue=comp/TransactionSynchronizationRegistry + eisPrincipalName=j2ee:userName=j2ee:password=j2ee:TSRValue=comp/TransactionSynchronizationRegistry --connectiondefinition com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory - whitebox-tx-param-pool + cts-connector-pool-whitebox-tx-param.rar @@ -749,9 +1052,13 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-resource --poolname - whitebox-tx-param-pool + cts-connector-pool-whitebox-tx-param.rar eis/whitebox-tx-param @@ -765,6 +1072,10 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass deploy ${project.basedir}/connectors/whitebox/whitebox-notx-param.rar @@ -779,14 +1090,18 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-connection-pool --raname whitebox-notx-param --property - user=cts1:password=cts1:TSRValue=comp/TransactionSynchronizationRegistry + eisPrincipalName=j2ee:userName=j2ee:password=j2ee:TSRValue=comp/TransactionSynchronizationRegistry --connectiondefinition com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory - whitebox-notx-param-pool + cts-connector-pool-whitebox-notx-param.rar @@ -799,9 +1114,13 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-resource --poolname - whitebox-notx-param-pool + cts-connector-pool-whitebox-notx-param.rar eis/whitebox-notx-param @@ -815,6 +1134,10 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass deploy ${project.basedir}/connectors/whitebox/whitebox-xa-param.rar @@ -829,14 +1152,18 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-connection-pool --raname whitebox-xa-param --property - user=cts1:password=cts1:TSRValue=comp/TransactionSynchronizationRegistry + eisPrincipalName=j2ee:userName=j2ee:password=j2ee:TSRValue=comp/TransactionSynchronizationRegistry --connectiondefinition com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory - whitebox-xa-param-pool + cts-connector-pool-whitebox-xa-param.rar @@ -849,13 +1176,231 @@ ${exec.asadmin} + --user + admin + --passwordfile + ${project.basedir}/admin.pass create-connector-resource --poolname - whitebox-xa-param-pool + cts-connector-pool-whitebox-xa-param.rar eis/whitebox-xa-param + + 54-deploy-whitebox-permissiondd-connector + + exec + + pre-integration-test + + ${exec.asadmin} + + --user + admin + --passwordfile + ${project.basedir}/admin.pass + deploy + ${project.basedir}/connectors/whitebox/permissiondd/whitebox-permissiondd.rar + + + + + 55-create-whitebox-permissiondd-connector-pool + + exec + + pre-integration-test + + ${exec.asadmin} + + --user + admin + --passwordfile + ${project.basedir}/admin.pass + create-connector-connection-pool + --raname + whitebox-permissiondd + --property + eisPrincipalName=j2ee:userName=j2ee:password=j2ee:TSRValue=comp/TransactionSynchronizationRegistry + --connectiondefinition + com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory + cts-connector-pool-whitebox-permissiondd.rar + + + + + 56-create-whitebox-permissiondd-jndi + + exec + + pre-integration-test + + ${exec.asadmin} + + --user + admin + --passwordfile + ${project.basedir}/admin.pass + create-connector-resource + --poolname + cts-connector-pool-whitebox-permissiondd.rar + eis/whitebox-permissiondd + + + + + 57-deploy-whitebox-ibanno_no_md-connector + + exec + + pre-integration-test + + ${exec.asadmin} + + --user + admin + --passwordfile + ${project.basedir}/admin.pass + deploy + ${project.basedir}/connectors/whitebox/ibanno/whitebox-ibanno_no_md.rar + + + + + 58-create-whitebox-ibanno_no_md-connector-pool + + exec + + pre-integration-test + + ${exec.asadmin} + + --user + admin + --passwordfile + ${project.basedir}/admin.pass + create-connector-connection-pool + --raname + whitebox-ibanno_no_md + --property + eisPrincipalName=j2ee:userName=j2ee:password=j2ee:TSRValue=comp/TransactionSynchronizationRegistry + --connectiondefinition + com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory + cts-connector-pool-whitebox-ibanno_no_md.rar + + + + + 59-create-whitebox-ibanno_no_md-jndi + + exec + + pre-integration-test + + ${exec.asadmin} + + --user + admin + --passwordfile + ${project.basedir}/admin.pass + create-connector-resource + --poolname + cts-connector-pool-whitebox-ibanno_no_md.rar + eis/whitebox-ibanno_no_md + + + + + 60-list-connector-resource + + exec + + pre-integration-test + + ${exec.asadmin} + + list-connector-resources + + + + + 61-list-jndi-entries + + exec + + pre-integration-test + + ${exec.asadmin} + + list-jndi-entries + + + + + 62-create-jms-resource + + exec + + pre-integration-test + + ${exec.asadmin} + + --user + admin + --passwordfile + ${project.basedir}/j2ee.pass + create-jms-resource + --restype + jakarta.jms.QueueConnectionFactory + jms/QueueConnectionFactory + + + + + 63-create-jms-resource + + exec + + pre-integration-test + + ${exec.asadmin} + + --user + admin + --passwordfile + ${project.basedir}/j2ee.pass + create-jms-resource + --restype + jakarta.jms.Queue + --property + imqDestinationName=MDB_QUEUE_REPLY + MDB_QUEUE + + + + + 64-create-jms-resource + + exec + + pre-integration-test + + ${exec.asadmin} + + --user + admin + --passwordfile + ${project.basedir}/j2ee.pass + create-jms-resource + --restype + jakarta.jms.Queue + --property + imqDestinationName=MDB_QUEUE_REPLY + MDB_QUEUE_REPLY + + + 90-stop-domain @@ -891,13 +1436,21 @@ ${project.build.directory}/${glassfish.toplevel.dir} + com.sun.enterprise.naming.impl.SerialInitContextFactory ${env.TS_HOME} ${project.basedir} arquillian.xml + cts1 + cts1 + + cts1 + cts1 + cts1 + cts1 - **/*Servlet*Test*.* - **/*Jsp*Test*.* + **/*-Servlet*Test*.* + **/*MDB*Jsp*Test*.* @@ -927,9 +1480,16 @@ ${env.TS_HOME} ${project.basedir} appclient-arquillian.xml + cts1 + cts1 + + cts1 + cts1 + cts1 + cts1 - **/*EJB*Test.* + **/*-Ejb*Test.* diff --git a/glassfish-runner/connector-platform-tck/run.log b/glassfish-runner/connector-platform-tck/run.log deleted file mode 100644 index 48be221f31..0000000000 --- a/glassfish-runner/connector-platform-tck/run.log +++ /dev/null @@ -1,30847 +0,0 @@ -[WARNING] Cache requires Maven >= 3.9, but version is 3.8.7. Disabling cache. -[INFO] Scanning for projects... -[WARNING] -[WARNING] Some problems were encountered while building the effective model for jakarta.tck:glassfish.connector-platform-tck:jar:11.0.0-SNAPSHOT -[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.codehaus.mojo:exec-maven-plugin @ line 279, column 21 -[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-failsafe-plugin @ line 909, column 21 -[WARNING] -[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. -[WARNING] -[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. -[WARNING] -[INFO] -[INFO] ------------< jakarta.tck:glassfish.connector-platform-tck >------------ -[INFO] Building glassfish.connector-platform-tck 11.0.0-SNAPSHOT -[INFO] --------------------------------[ jar ]--------------------------------- -[INFO] -[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish.connector-platform-tck --- -[INFO] Deleting /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target -[INFO] -[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ glassfish.connector-platform-tck --- -[INFO] -[INFO] --- spotless-maven-plugin:2.36.0:check (check-spotless-poms) @ glassfish.connector-platform-tck --- -[INFO] Index file does not exist. Fallback to an empty index -[INFO] Sorting file /tmp/pom12632559228354469526.xml -[INFO] Pom file is already sorted, exiting -[INFO] Sorting file /tmp/pom14153826683448017707.xml -[INFO] Pom file is already sorted, exiting -[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean -[INFO] -[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-one) @ glassfish.connector-platform-tck --- -[INFO] Using 'UTF-8' encoding to copy filtered resources. -[INFO] Copying 1 resource -[INFO] -[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ glassfish.connector-platform-tck --- -[INFO] Using 'UTF-8' encoding to copy filtered resources. -[INFO] skip non existing resourceDirectory /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/src/main/resources -[INFO] -[INFO] --- maven-compiler-plugin:3.12.1:compile (default-compile) @ glassfish.connector-platform-tck --- -[INFO] No sources to compile -[INFO] -[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ glassfish.connector-platform-tck --- -[INFO] Using 'UTF-8' encoding to copy filtered resources. -[INFO] Copying 4 resources -[INFO] -[INFO] --- maven-compiler-plugin:3.12.1:testCompile (default-testCompile) @ glassfish.connector-platform-tck --- -[INFO] Recompiling the module because of changed source code. -[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes -[INFO] -[INFO] --- maven-surefire-plugin:3.0.0:test (default-test) @ glassfish.connector-platform-tck --- -[INFO] -[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ glassfish.connector-platform-tck --- -[WARNING] JAR will be empty - no content was marked for inclusion! -[INFO] Building jar: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish.connector-platform-tck-11.0.0-SNAPSHOT.jar -[INFO] -[INFO] --- cyclonedx-maven-plugin:2.7.9:makeAggregateBom (default) @ glassfish.connector-platform-tck --- -[INFO] CycloneDX: Resolving Dependencies -Downloading from maven-default-http-blocker: http://0.0.0.0/jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml -[WARNING] Could not transfer metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml -Downloading from maven-default-http-blocker: http://0.0.0.0/jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml -[WARNING] Could not transfer metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml -[WARNING] jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml -[INFO] CycloneDX: Creating BOM version 1.4 with 97 component(s) -[INFO] CycloneDX: Writing and validating BOM (XML): /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/bom.xml -[INFO] attaching as glassfish.connector-platform-tck-11.0.0-SNAPSHOT-cyclonedx.xml -[INFO] CycloneDX: Writing and validating BOM (JSON): /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/bom.json -[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword -[INFO] attaching as glassfish.connector-platform-tck-11.0.0-SNAPSHOT-cyclonedx.json -[INFO] -[INFO] --- maven-dependency-plugin:3.2.0:unpack (1-unpack) @ glassfish.connector-platform-tck --- -[INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.0:zip -[INFO] Unpacking /home/g/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.0/glassfish-7.0.0.zip to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target with includes "" and excludes "" -[INFO] -[INFO] --- maven-dependency-plugin:3.2.0:copy (2-copy-lib) @ glassfish.connector-platform-tck --- -[INFO] Configured Artifact: jakarta.tck.arquillian:arquillian-protocol-lib:?:jar -[INFO] Configured Artifact: jakarta.tck:libutil:?:jar -[INFO] Configured Artifact: jakarta.tck.arquillian:tck-porting-lib:?:jar -[INFO] Configured Artifact: jakarta.tck:runtime:?:jar -[INFO] Configured Artifact: jakarta.tck.arquillian:arquillian-protocol-lib:?:jar -[INFO] Copying arquillian-protocol-lib-1.0.0-M17.jar to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/lib/arquillian-protocol-lib.jar -[INFO] Copying libutil-11.0.0-SNAPSHOT.jar to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/lib/libutil.jar -[INFO] Copying tck-porting-lib-1.0.0-M17.jar to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/lib/tck-porting-lib.jar -[INFO] Copying runtime-11.0.0-SNAPSHOT.jar to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/lib/runtime.jar -[INFO] Copying arquillian-protocol-lib-1.0.0-M17.jar to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/protocol/protocol.jar -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (1-start-database) @ glassfish.connector-platform-tck --- -Starting database in Network Server mode on host 0.0.0.0 and port 1527. ---------- Derby Network Server Information -------- -Version: CSS10150/10.15.2.0 - (1873585) Build: 1873585 DRDA Product Id: CSS10150 --- listing properties -- -derby.drda.timeSlice=0 -derby.drda.portNumber=1527 -derby.drda.minThreads=0 -derby.drda.sslMode=off -derby.drda.traceAll=false -derby.drda.keepAlive=true -derby.drda.maxThreads=0 -derby.drda.logConnections=false -derby.drda.startNetworkServer=false -derby.drda.host=0.0.0.0 -derby.drda.traceDirectory=/home/g/tck/connector/platform-tck/gl... ------------------- Java Information ------------------ -Java Version: 17.0.13 -Java Vendor: Ubuntu -Java home: /usr/lib/jvm/java-17-openjdk-amd64 -Java classpath: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/lib/asadmin/cli-optional.jar:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/javadb/lib/derby.jar:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/javadb/lib/derbyshared.jar:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/javadb/lib/derbytools.jar:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/javadb/lib/derbynet.jar:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/javadb/lib/derbyclient.jar -OS name: Linux -OS architecture: amd64 -OS version: 6.8.0-45-generic -Java user name: g -Java user home: /home/g -Java user dir: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck -java.specification.name: Java Platform API Specification -java.specification.version: 17 -java.runtime.version: 17.0.13+11-Ubuntu-2ubuntu124.04 ---------- Derby Information -------- -[/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/javadb/lib/derby.jar] 10.15.2.0 - (1873585) -[/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/javadb/lib/derbytools.jar] 10.15.2.0 - (1873585) -[/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/javadb/lib/derbynet.jar] 10.15.2.0 - (1873585) -[/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/javadb/lib/derbyclient.jar] 10.15.2.0 - (1873585) -[/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/javadb/lib/derbyshared.jar] 10.15.2.0 - (1873585) ------------------------------------------------------- ------------------ Locale Information ----------------- -Current Locale : [English/India [en_IN]] -Found support for locale: [cs] - version: 10.15.2.0 - (1873585) -Found support for locale: [de_DE] - version: 10.15.2.0 - (1873585) -Found support for locale: [es] - version: 10.15.2.0 - (1873585) -Found support for locale: [fr] - version: 10.15.2.0 - (1873585) -Found support for locale: [hu] - version: 10.15.2.0 - (1873585) -Found support for locale: [it] - version: 10.15.2.0 - (1873585) -Found support for locale: [ja_JP] - version: 10.15.2.0 - (1873585) -Found support for locale: [ko_KR] - version: 10.15.2.0 - (1873585) -Found support for locale: [pl] - version: 10.15.2.0 - (1873585) -Found support for locale: [pt_BR] - version: 10.15.2.0 - (1873585) -Found support for locale: [ru] - version: 10.15.2.0 - (1873585) -Found support for locale: [zh_CN] - version: 10.15.2.0 - (1873585) -Found support for locale: [zh_TW] - version: 10.15.2.0 - (1873585) ------------------------------------------------------- ------------------------------------------------------- - -Starting database in the background. -Log redirected to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/databases/derby.log. -Command start-database executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (11-stop-domain) @ glassfish.connector-platform-tck --- -dasNotRunning() -CLI306: Warning - The server located at /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1 is not running. -Command stop-domain executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (12-start-domain) @ glassfish.connector-platform-tck --- -Waiting for domain1 to start .... -Waiting finished after 3,971 ms. -Successfully started the domain : domain1 -domain Location: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1 -Log File: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log -Admin Port: 4,848 -Command start-domain executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (13-create-jvm-options) @ glassfish.connector-platform-tck --- -Created 6 option(s) -Command create-jvm-options executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (14-create-file-user) @ glassfish.connector-platform-tck --- -Command create-file-user executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (15-create-file-user) @ glassfish.connector-platform-tck --- -Command create-file-user executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (24-deploy-whitebox-tx-connector) @ glassfish.connector-platform-tck --- -Application deployed with name whitebox-tx. -Command deploy executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (25-create-whitebox-tx-connector-pool) @ glassfish.connector-platform-tck --- -Connector connection pool whitebox-tx-pool created. -Command create-connector-connection-pool executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (26-create-whitebox-tx-jndi) @ glassfish.connector-platform-tck --- -Connector resource eis/whitebox-tx created. -Command create-connector-resource executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (27-deploy-whitebox-xa-connector) @ glassfish.connector-platform-tck --- -Application deployed with name whitebox-xa. -Command deploy executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (28-create-whitebox-xa-connector-pool) @ glassfish.connector-platform-tck --- -Connector connection pool whitebox-xa-pool created. -Command create-connector-connection-pool executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (29-create-whitebox-xa-jndi) @ glassfish.connector-platform-tck --- -Connector resource eis/whitebox-xa created. -Command create-connector-resource executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (30-deploy-whitebox-notx-connector) @ glassfish.connector-platform-tck --- -Application deployed with name whitebox-notx. -Command deploy executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (31-create-whitebox-notx-connector-pool) @ glassfish.connector-platform-tck --- -Connector connection pool whitebox-notx-pool created. -Command create-connector-connection-pool executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (32-create-whitebox-notx-jndi) @ glassfish.connector-platform-tck --- -Connector resource eis/whitebox-notx created. -Command create-connector-resource executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (33-deploy-whitebox-mdcomplete-connector) @ glassfish.connector-platform-tck --- -Application deployed with name whitebox-mdcomplete. -Command deploy executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (34-create-whitebox-mdcomplete-connector-pool) @ glassfish.connector-platform-tck --- -Connector connection pool whitebox-mdcomplete-pool created. -Command create-connector-connection-pool executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (35-create-whitebox-mdcomplete-jndi) @ glassfish.connector-platform-tck --- -Connector resource eis/whitebox-mdcomplete created. -Command create-connector-resource executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (36-deploy-whitebox-anno_no_md-connector) @ glassfish.connector-platform-tck --- -Application deployed with name whitebox-anno_no_md. -Command deploy executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (37-create-whitebox-anno_no_md-connector-pool) @ glassfish.connector-platform-tck --- -Connector connection pool whitebox-anno_no_md-pool created. -Command create-connector-connection-pool executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (38-create-whitebox-anno_no_md-jndi) @ glassfish.connector-platform-tck --- -Connector resource eis/whitebox-anno_no_md created. -Command create-connector-resource executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (39-deploy-whitebox-mixedmode-connector) @ glassfish.connector-platform-tck --- -Application deployed with name whitebox-mixedmode. -Command deploy executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (40-create-whitebox-mixedmode-connector-pool) @ glassfish.connector-platform-tck --- -Connector connection pool whitebox-mixedmode-pool created. -Command create-connector-connection-pool executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (41-create-whitebox-mixedmode-jndi) @ glassfish.connector-platform-tck --- -Connector resource eis/whitebox-mixedmode created. -Command create-connector-resource executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (42-deploy-whitebox-multianno-connector) @ glassfish.connector-platform-tck --- -Application deployed with name whitebox-multianno. -Command deploy executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (43-create-whitebox-multianno-connector-pool) @ glassfish.connector-platform-tck --- -Connector connection pool whitebox-multianno-pool created. -Command create-connector-connection-pool executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (44-create-whitebox-multianno-jndi) @ glassfish.connector-platform-tck --- -Connector resource eis/whitebox-multianno created. -Command create-connector-resource executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (45-deploy-whitebox-tx-param-connector) @ glassfish.connector-platform-tck --- -Application deployed with name whitebox-tx-param. -Command deploy executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (46-create-whitebox-tx-param-connector-pool) @ glassfish.connector-platform-tck --- -Connector connection pool whitebox-tx-param-pool created. -Command create-connector-connection-pool executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (47-create-whitebox-tx-param-jndi) @ glassfish.connector-platform-tck --- -Connector resource eis/whitebox-tx-param created. -Command create-connector-resource executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (48-deploy-whitebox-notx-param-connector) @ glassfish.connector-platform-tck --- -Application deployed with name whitebox-notx-param. -Command deploy executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (49-create-whitebox-notx-param-connector-pool) @ glassfish.connector-platform-tck --- -Connector connection pool whitebox-notx-param-pool created. -Command create-connector-connection-pool executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (50-create-whitebox-notx-param-jndi) @ glassfish.connector-platform-tck --- -Connector resource eis/whitebox-notx-param created. -Command create-connector-resource executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (51-deploy-whitebox-xa-param-connector) @ glassfish.connector-platform-tck --- -Application deployed with name whitebox-xa-param. -Command deploy executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (52-create-whitebox-xa-param-connector-pool) @ glassfish.connector-platform-tck --- -Connector connection pool whitebox-xa-param-pool created. -Command create-connector-connection-pool executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (53-create-whitebox-xa-param-jndi) @ glassfish.connector-platform-tck --- -Connector resource eis/whitebox-xa-param created. -Command create-connector-resource executed successfully. -[INFO] -[INFO] --- exec-maven-plugin:3.2.0:exec (90-stop-domain) @ glassfish.connector-platform-tck --- -Waiting for the domain to stop . -Waiting finished after 176 ms. -Command stop-domain executed successfully. -[INFO] -[INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (connector-javatest-tests) @ glassfish.connector-platform-tck --- -[INFO] -[INFO] ------------------------------------------------------- -[INFO] T E S T S -[INFO] ------------------------------------------------------- -[ERROR] WARNING: package com.sun.ts.tests.connector.noTx.lifecycle not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.localTx.connection not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.localTx.workmgt not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.connManager not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.annotations.anno not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.permissiondd not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.noTx.connection not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.localTx.event not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.noTx.event not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.annotations.partialanno not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.xa.workmgt not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.localTx.security not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.localTx.msginflow not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.localTx.workcontext not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.xa.connection not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.noTx.workmgt not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.xa.event not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.annotations.mdcomplete not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.localTx.transinflow not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.xa.lifecycle not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.localTx.lifecycle not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.xa.security not in glassfish.connector.platform.tck -[ERROR] WARNING: package com.sun.ts.tests.connector.noTx.security not in glassfish.connector.platform.tck -[INFO] Running com.sun.ts.tests.connector.annotations.anno.annotationClientJspTest -Nov 19, 2024 5:55:50 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -SLF4J: No SLF4J providers were found. -SLF4J: Defaulting to no-operation (NOP) logger implementation -SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details. -Nov 19, 2024 5:55:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:55:52 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:55:52 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:55:52 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:55:53 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:56:03 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:56:03 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:56:03 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:56:03 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:56:04 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:56:04 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:56:04 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Starting container using command: [/usr/lib/jvm/java-17-openjdk-amd64/bin/java, -jar, /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/modules/admin-cli.jar, start-domain, -t] -Waiting finished after 5,978 ms. -Successfully started the domain : domain1 -domain Location: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1 -Log File: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log -Admin Port: 4,848 -Nov 19, 2024 5:56:16 PM org.omnifaces.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap -SEVERE: While Deploying Application: annotations_jsp_vehicle --exit_code: FAILURE, message: Error occurred during deployment: Exception while deploying the app [annotations_jsp_vehicle] : Deployment descriptor file WEB-INF/web.xml in archive [annotations_jsp_vehicle_web_war]. Element [ejb-jar] is not a valid root element. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request] -Nov 19, 2024 5:56:16 PM org.omnifaces.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap -WARNING: While Deploying Application: annotations_jsp_vehicle --exit_code: FAILURE, message: Resource not found. [status: CLIENT_ERROR reason: Not Found] -[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 27.19 s <<< FAILURE! - in com.sun.ts.tests.connector.annotations.anno.annotationClientJspTest -[ERROR] com.sun.ts.tests.connector.annotations.anno.annotationClientJspTest Time elapsed: 27.19 s <<< ERROR! -org.jboss.arquillian.container.spi.client.container.DeploymentException: Could not deploy annotations_jsp_vehicle.ear -Caused by: org.omnifaces.arquillian.jersey.server.ContainerException: While Deploying Application: annotations_jsp_vehicle --exit_code: FAILURE, message: Error occurred during deployment: Exception while deploying the app [annotations_jsp_vehicle] : Deployment descriptor file WEB-INF/web.xml in archive [annotations_jsp_vehicle_web_war]. Element [ejb-jar] is not a valid root element. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request] - -[INFO] Running com.sun.ts.tests.connector.annotations.anno.annotationClientServletTest -Nov 19, 2024 5:56:16 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:56:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:56:17 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:56:27 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:56:27 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:56:28 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:56:38 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:56:38 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:56:39 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:56:48 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:56:49 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:56:49 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:56:49 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:56:52 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.anno.annotationClient, vehicle: servlet -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.anno.annotationClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=annotations_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -************************************************************ -* props file set to "/tmp/g-cts-props.txt" -************************************************************ -11-19-2024 17:56:52: TRACE: ####### Value of harness.socket.retry.count is "10" -11-19-2024 17:56:52: TRACE: ####### Value of harness.log.port is "2000" -11-19-2024 17:56:52: TRACE: ####### Actual bind value of harness.log.port is "2000" -11-19-2024 17:56:52: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:56:52: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:56:52: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:56:52: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:56:52: TRACE: in ServiceEETest.run() method -11-19-2024 17:56:52: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:56:52: Opened connection to http://localhost:8080/annotations_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:56:52: TRACE: got outputstream -11-19-2024 17:56:52: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:56:52: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 17:56:52: SVR-TRACE: In doPost -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:56:52: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:56:52: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConfigPropertyAnnotationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=annotations_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.anno.annotationClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:56:52: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/annotations_servlet_vehicle/annotations_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/anno/annotationClient.class -11-19-2024 17:56:52: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/annotations_servlet_vehicle/annotations_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:56:52: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/annotations_servlet_vehicle/annotations_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:56:52: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:56:52: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:56:52: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: ** IN getRunMethod: testname=testConfigPropertyAnnotation -11-19-2024 17:56:52: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:56:52: SVR-TRACE: **runmethod=testConfigPropertyAnnotation -11-19-2024 17:56:52: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:56:52: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:56:52: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConfigPropertyAnnotation_setup -11-19-2024 17:56:52: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:56:52: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:56:52: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConfigPropertyAnnotation_cleanup -11-19-2024 17:56:52: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:56:52: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:56:52: SVR: Using: java:comp/env/eis/whitebox-anno_no_md -11-19-2024 17:56:52: SVR: ds1 lookup is not null -11-19-2024 17:56:52: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@d57dad9 -11-19-2024 17:56:52: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:56:52: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:56:52: SVR-TRACE: Got connection. -11-19-2024 17:56:52: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT] -11-19-2024 17:56:52: SVR: Methods called correctly -11-19-2024 17:56:52: SVR: Cleanup -11-19-2024 17:56:52: Test status from a servlet: 0: -11-19-2024 17:56:52: Test: returning from running in a servlet vehicle -11-19-2024 17:56:52: TRACE: SLEPT FOR: 0 -11-19-2024 17:56:52: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:56:52: SVR: Test running in servlet vehicle passed -Nov 19, 2024 5:56:52 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.anno.annotationClient, vehicle: servlet -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.anno.annotationClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=annotations_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:56:52: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:56:52: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:56:52: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:56:52: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:56:52: TRACE: in ServiceEETest.run() method -11-19-2024 17:56:52: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:56:52: Opened connection to http://localhost:8080/annotations_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:56:52: TRACE: got outputstream -11-19-2024 17:56:52: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:56:52: SVR-TRACE: In doPost -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:56:52: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:56:52: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnectorAnnotationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=annotations_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.anno.annotationClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:56:52: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/annotations_servlet_vehicle/annotations_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/anno/annotationClient.class -11-19-2024 17:56:52: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/annotations_servlet_vehicle/annotations_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:56:52: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/annotations_servlet_vehicle/annotations_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:56:52: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:56:52: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:56:52: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: ** IN getRunMethod: testname=testConnectorAnnotation -11-19-2024 17:56:52: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:56:52: SVR-TRACE: **runmethod=testConnectorAnnotation -11-19-2024 17:56:52: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:56:52: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:56:52: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectorAnnotation_setup -11-19-2024 17:56:52: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:56:52: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:56:52: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectorAnnotation_cleanup -11-19-2024 17:56:52: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:56:52: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:56:52: SVR: Using: java:comp/env/eis/whitebox-anno_no_md -11-19-2024 17:56:52: SVR: ds1 lookup is not null -11-19-2024 17:56:52: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@21b9b236 -11-19-2024 17:56:52: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:56:52: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:56:52: SVR-TRACE: Got connection. -11-19-2024 17:56:52: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT] -11-19-2024 17:56:52: SVR: Methods called correctly -11-19-2024 17:56:52: SVR: Performing end to end verification... -11-19-2024 17:56:52: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:56:52: SVR: Exception inserting into table. -11-19-2024 17:56:52: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:56:52: SVR-ERROR: Exception at: -11-19-2024 17:56:52: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.annotations.anno.annotationClient.testConnectorAnnotation(annotationClient.java:168) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.annotations.anno.annotationClient.testConnectorAnnotation(annotationClient.java:164) - ... 38 more - -11-19-2024 17:56:52: SVR: Cleanup -11-19-2024 17:56:52: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:56:52: SVR: Test running in servlet vehicle failed -11-19-2024 17:56:52: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:56:52: Test: returning from running in a servlet vehicle -11-19-2024 17:56:52: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:56:52 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.anno.annotationClient, vehicle: servlet -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.anno.annotationClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=annotations_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:56:52: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:56:52: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:56:52: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:56:52: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:56:52: TRACE: in ServiceEETest.run() method -11-19-2024 17:56:52: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:56:52: Opened connection to http://localhost:8080/annotations_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:56:52: TRACE: got outputstream -11-19-2024 17:56:52: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:56:52: SVR-TRACE: In doPost -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:56:52: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:56:52: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRAAccessibilitynullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=annotations_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.anno.annotationClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:56:52: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/annotations_servlet_vehicle/annotations_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/anno/annotationClient.class -11-19-2024 17:56:52: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/annotations_servlet_vehicle/annotations_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:56:52: Test status from a servlet: 0: -11-19-2024 17:56:52: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/annotations_servlet_vehicle/annotations_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:56:52: Test: returning from running in a servlet vehicle -11-19-2024 17:56:52: TRACE: SLEPT FOR: 0 -11-19-2024 17:56:52: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:56:52: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:56:52: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: ** IN getRunMethod: testname=testRAAccessibility -11-19-2024 17:56:52: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:56:52: SVR-TRACE: **runmethod=testRAAccessibility -11-19-2024 17:56:52: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:56:52: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:56:52: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAAccessibility_setup -11-19-2024 17:56:52: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:56:52: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:56:52: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAAccessibility_cleanup -11-19-2024 17:56:52: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:56:52: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:56:52: SVR: Using: java:comp/env/eis/whitebox-anno_no_md -11-19-2024 17:56:52: SVR: ds1 lookup is not null -11-19-2024 17:56:52: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@61bdfccc -11-19-2024 17:56:52: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:56:52: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:56:52: SVR-TRACE: Got connection. -11-19-2024 17:56:52: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test] -11-19-2024 17:56:52: SVR: Methods called correctly -11-19-2024 17:56:52: SVR: Cleanup -11-19-2024 17:56:52: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:56:52: SVR: Test running in servlet vehicle passed -Nov 19, 2024 5:56:52 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.anno.annotationClient, vehicle: servlet -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:56:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.anno.annotationClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=annotations_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:56:52: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:56:52: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:56:52: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:56:52: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:56:52: TRACE: in ServiceEETest.run() method -11-19-2024 17:56:52: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:56:52: Opened connection to http://localhost:8080/annotations_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:56:52: TRACE: got outputstream -11-19-2024 17:56:52: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:56:52: SVR-TRACE: In doPost -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:56:52: Test status from a servlet: 0: -11-19-2024 17:56:52: Test: returning from running in a servlet vehicle -11-19-2024 17:56:52: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:56:52: TRACE: SLEPT FOR: 0 -11-19-2024 17:56:52: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:56:52: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testSetterMethodConfigPropAnnonullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=annotations_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.anno.annotationClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:56:52: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/annotations_servlet_vehicle/annotations_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/anno/annotationClient.class -11-19-2024 17:56:52: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/annotations_servlet_vehicle/annotations_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:56:52: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/annotations_servlet_vehicle/annotations_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:56:52: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:56:52: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:56:52: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: ** IN getRunMethod: testname=testSetterMethodConfigPropAnno -11-19-2024 17:56:52: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:56:52: SVR-TRACE: **runmethod=testSetterMethodConfigPropAnno -11-19-2024 17:56:52: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:56:52: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:56:52: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSetterMethodConfigPropAnno_setup -11-19-2024 17:56:52: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:56:52: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:56:52: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSetterMethodConfigPropAnno_cleanup -11-19-2024 17:56:52: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:56:52: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.anno.annotationClient -11-19-2024 17:56:52: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:56:52: SVR: Using: java:comp/env/eis/whitebox-anno_no_md -11-19-2024 17:56:52: SVR: ds1 lookup is not null -11-19-2024 17:56:52: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@8707e1b -11-19-2024 17:56:52: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:56:52: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:56:52: SVR-TRACE: Got connection. -11-19-2024 17:56:52: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test] -11-19-2024 17:56:52: SVR: Methods called correctly -11-19-2024 17:56:52: SVR: Cleanup -11-19-2024 17:56:52: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:56:52: SVR: Test running in servlet vehicle passed -[ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 36.546 s <<< FAILURE! - in com.sun.ts.tests.connector.annotations.anno.annotationClientServletTest -[ERROR] com.sun.ts.tests.connector.annotations.anno.annotationClientServletTest.testConnectorAnnotation Time elapsed: 0.088 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.annotations.mdcomplete.ClientJspTest -Nov 19, 2024 5:56:52 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:56:53 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:56:53 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:56:53 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:56:54 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:56:54 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:56:54 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:56:54 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:56:55 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:56:55 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:56:55 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:56:56 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:06 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:08 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:08 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.mdcomplete.Client, vehicle: jsp -Nov 19, 2024 5:57:08 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:08 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:08 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:08 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:08 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:08 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:08 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:08 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:08 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:08 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:08 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.mdcomplete.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=mdcomplete_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:08: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:08: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:08: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:08: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:08: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:08: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:57:08: Opened connection to http://localhost:8080/mdcomplete_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:57:08: TRACE: got outputstream -11-19-2024 17:57:08: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:57:08: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:57:08: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:57:08: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:57:08: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:57:08: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMDCompleteConfigPropnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=mdcomplete_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.mdcomplete.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:08: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:57:08: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:57:08: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:57:08: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/mdcomplete_jsp_vehicle/mdcomplete_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/mdcomplete/Client.class -11-19-2024 17:57:08: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/mdcomplete_jsp_vehicle/mdcomplete_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:08: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/mdcomplete_jsp_vehicle/mdcomplete_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:08: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:08: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:08: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:08: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:08: SVR-TRACE: ** IN getRunMethod: testname=testMDCompleteConfigProp -11-19-2024 17:57:08: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:08: SVR-TRACE: **runmethod=testMDCompleteConfigProp -11-19-2024 17:57:08: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:08: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:08: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMDCompleteConfigProp_setup -11-19-2024 17:57:08: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:08: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:08: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:08: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMDCompleteConfigProp_cleanup -11-19-2024 17:57:08: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:08: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:08: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:08: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:57:09: SVR: ds2 lookup is not null -11-19-2024 17:57:09: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@582b009a -11-19-2024 17:57:09: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:09: SVR-TRACE: Got connection. -11-19-2024 17:57:09: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called] -11-19-2024 17:57:09: SVR: testMDCompleteConfigProp called correctly -11-19-2024 17:57:09: SVR: Cleanup -11-19-2024 17:57:09: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:09: SVR: Test running in jsp vehicle passed -11-19-2024 17:57:09: Test status from a jsp: 0: -11-19-2024 17:57:09: Test: returning from running in a jsp vehicle -11-19-2024 17:57:09: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:57:09 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.mdcomplete.Client, vehicle: jsp -Nov 19, 2024 5:57:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.mdcomplete.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=mdcomplete_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:09: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:09: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:09: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:09: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:09: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:09: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:57:09: Opened connection to http://localhost:8080/mdcomplete_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:57:09: TRACE: got outputstream -11-19-2024 17:57:09: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:57:09: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:57:09: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:57:09: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:57:09: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:57:09: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMDCompleteMCFAnnonullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=mdcomplete_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.mdcomplete.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:09: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:57:09: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:57:09: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:57:09: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/mdcomplete_jsp_vehicle/mdcomplete_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/mdcomplete/Client.class -11-19-2024 17:57:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/mdcomplete_jsp_vehicle/mdcomplete_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/mdcomplete_jsp_vehicle/mdcomplete_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:09: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:09: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:09: SVR-TRACE: ** IN getRunMethod: testname=testMDCompleteMCFAnno -11-19-2024 17:57:09: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:09: SVR-TRACE: **runmethod=testMDCompleteMCFAnno -11-19-2024 17:57:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:09: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMDCompleteMCFAnno_setup -11-19-2024 17:57:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:09: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:09: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMDCompleteMCFAnno_cleanup -11-19-2024 17:57:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:09: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:09: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:57:09: SVR: ds2 lookup is not null -11-19-2024 17:57:09: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4f992f75 -11-19-2024 17:57:09: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:09: SVR-TRACE: Got connection. -11-19-2024 17:57:09: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called] -11-19-2024 17:57:09: Test status from a jsp: 0: -11-19-2024 17:57:09: Test: returning from running in a jsp vehicle -11-19-2024 17:57:09: SVR: testMDCompleteMCFAnno called correctly -11-19-2024 17:57:09: TRACE: SLEPT FOR: 0 -11-19-2024 17:57:09: SVR: Cleanup -11-19-2024 17:57:09: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:09: SVR: Test running in jsp vehicle passed -[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.201 s - in com.sun.ts.tests.connector.annotations.mdcomplete.ClientJspTest -[INFO] Running com.sun.ts.tests.connector.annotations.mdcomplete.ClientServletTest -Nov 19, 2024 5:57:09 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:10 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:10 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:10 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:10 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:12 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:12 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:13 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.mdcomplete.Client, vehicle: servlet -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.mdcomplete.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=mdcomplete_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:13: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:13: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:13: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:13: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:13: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:13: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:57:13: Opened connection to http://localhost:8080/mdcomplete_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:57:13: TRACE: got outputstream -11-19-2024 17:57:13: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:57:13: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 17:57:13: SVR-TRACE: In doPost -11-19-2024 17:57:13: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:57:13: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:57:13: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:57:13: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:57:13: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:57:13: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMDCompleteConfigPropnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=mdcomplete_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.mdcomplete.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:13: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/mdcomplete_servlet_vehicle/mdcomplete_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/mdcomplete/Client.class -11-19-2024 17:57:13: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/mdcomplete_servlet_vehicle/mdcomplete_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:13: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/mdcomplete_servlet_vehicle/mdcomplete_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:13: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:13: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:13: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:13: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:13: SVR-TRACE: ** IN getRunMethod: testname=testMDCompleteConfigProp -11-19-2024 17:57:13: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:13: SVR-TRACE: **runmethod=testMDCompleteConfigProp -11-19-2024 17:57:13: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:13: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:13: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMDCompleteConfigProp_setup -11-19-2024 17:57:13: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:13: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:13: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:13: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMDCompleteConfigProp_cleanup -11-19-2024 17:57:13: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:13: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:13: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:13: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:57:13: SVR: ds2 lookup is not null -11-19-2024 17:57:13: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@53e16d53 -11-19-2024 17:57:13: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:13: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:13: SVR-TRACE: Got connection. -11-19-2024 17:57:13: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called] -11-19-2024 17:57:13: SVR: testMDCompleteConfigProp called correctly -11-19-2024 17:57:13: SVR: Cleanup -11-19-2024 17:57:13: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:13: SVR: Test running in servlet vehicle passed -11-19-2024 17:57:13: Test status from a servlet: 0: -11-19-2024 17:57:13: Test: returning from running in a servlet vehicle -11-19-2024 17:57:13: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:57:13 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.mdcomplete.Client, vehicle: servlet -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.mdcomplete.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=mdcomplete_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:13: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:13: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:13: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:13: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:13: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:13: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:57:13: Opened connection to http://localhost:8080/mdcomplete_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:57:13: TRACE: got outputstream -11-19-2024 17:57:13: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:57:13: SVR-TRACE: In doPost -11-19-2024 17:57:13: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:57:13: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:57:13: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:57:13: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:57:13: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:57:13: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMDCompleteMCFAnnonullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=mdcomplete_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.mdcomplete.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:13: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/mdcomplete_servlet_vehicle/mdcomplete_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/mdcomplete/Client.class -11-19-2024 17:57:13: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/mdcomplete_servlet_vehicle/mdcomplete_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:13: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/mdcomplete_servlet_vehicle/mdcomplete_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:13: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:13: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:13: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:13: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:13: SVR-TRACE: ** IN getRunMethod: testname=testMDCompleteMCFAnno -11-19-2024 17:57:13: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:13: SVR-TRACE: **runmethod=testMDCompleteMCFAnno -11-19-2024 17:57:13: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:13: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:13: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMDCompleteMCFAnno_setup -11-19-2024 17:57:13: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:13: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:13: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:13: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMDCompleteMCFAnno_cleanup -11-19-2024 17:57:13: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:13: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.mdcomplete.Client -11-19-2024 17:57:13: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:13: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:57:13: SVR: ds2 lookup is not null -11-19-2024 17:57:13: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@571d4953 -11-19-2024 17:57:13: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:13: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:13: SVR-TRACE: Got connection. -11-19-2024 17:57:13: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called] -11-19-2024 17:57:13: SVR: testMDCompleteMCFAnno called correctly -11-19-2024 17:57:13: SVR: Cleanup -11-19-2024 17:57:13: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:13: SVR: Test running in servlet vehicle passed -11-19-2024 17:57:13: Test status from a servlet: 0: -11-19-2024 17:57:13: Test: returning from running in a servlet vehicle -11-19-2024 17:57:13: TRACE: SLEPT FOR: 0 -[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.928 s - in com.sun.ts.tests.connector.annotations.mdcomplete.ClientServletTest -[INFO] Running com.sun.ts.tests.connector.annotations.partialanno.paClientJspTest -Nov 19, 2024 5:57:14 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:15 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:15 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:15 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:17 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:17 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:19 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.partialanno.paClient, vehicle: jsp -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.partialanno.paClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=partialanno_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:19: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:19: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:19: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:19: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:19: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:19: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:57:19: Opened connection to http://localhost:8080/partialanno_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:57:19: TRACE: got outputstream -11-19-2024 17:57:19: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:57:19: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:57:19: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:57:19: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testDDOverridesAnnonullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=partialanno_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:57:19: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:57:19: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/partialanno/paClient.class -11-19-2024 17:57:19: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:19: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:19: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:19: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ** IN getRunMethod: testname=testDDOverridesAnno -11-19-2024 17:57:19: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:19: SVR-TRACE: **runmethod=testDDOverridesAnno -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:19: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testDDOverridesAnno_setup -11-19-2024 17:57:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:19: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testDDOverridesAnno_cleanup -11-19-2024 17:57:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:19: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode -11-19-2024 17:57:19: SVR: ds2 lookup is not null -11-19-2024 17:57:19: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@696555b2 -11-19-2024 17:57:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno -11-19-2024 17:57:19: SVR: ds1 lookup is not null -11-19-2024 17:57:19: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@696555b2 -11-19-2024 17:57:19: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:19: SVR-TRACE: Got connection. -11-19-2024 17:57:19: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] -11-19-2024 17:57:19: SVR: looking up following string in conenctor log: MAResourceAdapterImpl Started -11-19-2024 17:57:19: SVR: testDDOverridesAnno passed. -11-19-2024 17:57:19: SVR: Cleanup -11-19-2024 17:57:19: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:19: SVR: Test running in jsp vehicle passed -11-19-2024 17:57:19: Test status from a jsp: 0: -11-19-2024 17:57:19: Test: returning from running in a jsp vehicle -11-19-2024 17:57:19: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:57:19 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.partialanno.paClient, vehicle: jsp -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.partialanno.paClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=partialanno_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:19: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:19: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:19: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:19: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:19: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:19: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:57:19: Opened connection to http://localhost:8080/partialanno_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:57:19: TRACE: got outputstream -11-19-2024 17:57:19: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:57:19: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:57:19: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:57:19: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMixedModeConfigPropertyMCFnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=partialanno_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:57:19: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:57:19: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/partialanno/paClient.class -11-19-2024 17:57:19: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:19: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:19: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:19: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyMCF -11-19-2024 17:57:19: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:19: SVR-TRACE: **runmethod=testMixedModeConfigPropertyMCF -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:19: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyMCF_setup -11-19-2024 17:57:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:19: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyMCF_cleanup -11-19-2024 17:57:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:19: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode -11-19-2024 17:57:19: SVR: ds2 lookup is not null -11-19-2024 17:57:19: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7eaed885 -11-19-2024 17:57:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno -11-19-2024 17:57:19: SVR: ds1 lookup is not null -11-19-2024 17:57:19: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7eaed885 -11-19-2024 17:57:19: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:19: SVR-TRACE: Got connection. -11-19-2024 17:57:19: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] -11-19-2024 17:57:19: SVR: Methods called correctly -11-19-2024 17:57:19: SVR: Cleanup -11-19-2024 17:57:19: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:19: SVR: Test running in jsp vehicle passed -11-19-2024 17:57:19: Test status from a jsp: 0: -11-19-2024 17:57:19: Test: returning from running in a jsp vehicle -11-19-2024 17:57:19: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:57:19 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.partialanno.paClient, vehicle: jsp -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.partialanno.paClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=partialanno_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:19: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:19: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:19: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:19: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:19: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:19: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:57:19: Opened connection to http://localhost:8080/partialanno_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:57:19: TRACE: got outputstream -11-19-2024 17:57:19: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:57:19: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:57:19: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:57:19: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMixedModeConfigPropertyNoOverridenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=partialanno_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:57:19: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:57:19: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/partialanno/paClient.class -11-19-2024 17:57:19: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:19: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:19: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:19: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyNoOverride -11-19-2024 17:57:19: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:19: SVR-TRACE: **runmethod=testMixedModeConfigPropertyNoOverride -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:19: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyNoOverride_setup -11-19-2024 17:57:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:19: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyNoOverride_cleanup -11-19-2024 17:57:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:19: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode -11-19-2024 17:57:19: SVR: ds2 lookup is not null -11-19-2024 17:57:19: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@34201268 -11-19-2024 17:57:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno -11-19-2024 17:57:19: SVR: ds1 lookup is not null -11-19-2024 17:57:19: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@34201268 -11-19-2024 17:57:19: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:19: SVR-TRACE: Got connection. -11-19-2024 17:57:19: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] -11-19-2024 17:57:19: SVR: Methods called correctly -11-19-2024 17:57:19: SVR: Cleanup -11-19-2024 17:57:19: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:19: SVR: Test running in jsp vehicle passed -11-19-2024 17:57:19: Test status from a jsp: 0: -11-19-2024 17:57:19: Test: returning from running in a jsp vehicle -11-19-2024 17:57:19: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:57:19 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.partialanno.paClient, vehicle: jsp -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.partialanno.paClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=partialanno_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:19: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:19: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:19: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:19: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:19: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:19: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:57:19: Opened connection to http://localhost:8080/partialanno_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:57:19: TRACE: got outputstream -11-19-2024 17:57:19: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:57:19: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:57:19: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:57:19: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMixedModeConfigPropertyOverridenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=partialanno_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:57:19: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:57:19: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/partialanno/paClient.class -11-19-2024 17:57:19: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:19: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:19: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:19: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyOverride -11-19-2024 17:57:19: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:19: SVR-TRACE: **runmethod=testMixedModeConfigPropertyOverride -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:19: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyOverride_setup -11-19-2024 17:57:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:19: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyOverride_cleanup -11-19-2024 17:57:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:19: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode -11-19-2024 17:57:19: SVR: ds2 lookup is not null -11-19-2024 17:57:19: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1190b225 -11-19-2024 17:57:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno -11-19-2024 17:57:19: SVR: ds1 lookup is not null -11-19-2024 17:57:19: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1190b225 -11-19-2024 17:57:19: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:19: SVR-TRACE: Got connection. -11-19-2024 17:57:19: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] -11-19-2024 17:57:19: SVR: Methods called correctly -11-19-2024 17:57:19: SVR: Cleanup -11-19-2024 17:57:19: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:19: SVR: Test running in jsp vehicle passed -11-19-2024 17:57:19: Test status from a jsp: 0: -11-19-2024 17:57:19: Test: returning from running in a jsp vehicle -11-19-2024 17:57:19: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:57:19 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.partialanno.paClient, vehicle: jsp -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.partialanno.paClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=partialanno_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:19: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:19: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:19: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:19: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:19: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:19: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:57:19: Opened connection to http://localhost:8080/partialanno_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:57:19: TRACE: got outputstream -11-19-2024 17:57:19: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:57:19: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:57:19: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:57:19: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMixedModeConfigPropertyRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=partialanno_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:57:19: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:57:19: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/partialanno/paClient.class -11-19-2024 17:57:19: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:19: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:19: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:19: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyRA -11-19-2024 17:57:19: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:19: SVR-TRACE: **runmethod=testMixedModeConfigPropertyRA -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:19: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyRA_setup -11-19-2024 17:57:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:19: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyRA_cleanup -11-19-2024 17:57:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:19: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode -11-19-2024 17:57:19: SVR: ds2 lookup is not null -11-19-2024 17:57:19: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3c169e8b -11-19-2024 17:57:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno -11-19-2024 17:57:19: SVR: ds1 lookup is not null -11-19-2024 17:57:19: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3c169e8b -11-19-2024 17:57:19: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:19: SVR-TRACE: Got connection. -11-19-2024 17:57:19: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] -11-19-2024 17:57:19: SVR: Methods called correctly -11-19-2024 17:57:19: Test status from a jsp: 0: -11-19-2024 17:57:19: SVR: Cleanup -11-19-2024 17:57:19: Test: returning from running in a jsp vehicle -11-19-2024 17:57:19: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:19: TRACE: SLEPT FOR: 0 -11-19-2024 17:57:19: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:57:19 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.partialanno.paClient, vehicle: jsp -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:19 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.partialanno.paClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=partialanno_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:19: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:19: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:19: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:19: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:19: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:19: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:57:19: Opened connection to http://localhost:8080/partialanno_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:57:19: TRACE: got outputstream -11-19-2024 17:57:19: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:57:19: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:57:19: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:57:19: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNoDefaultVallAnnoElementnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=partialanno_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:57:19: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:57:19: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:57:19: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/partialanno/paClient.class -11-19-2024 17:57:19: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:19: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_jsp_vehicle/partialanno_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:19: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:19: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ** IN getRunMethod: testname=testNoDefaultVallAnnoElement -11-19-2024 17:57:19: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:19: SVR-TRACE: **runmethod=testNoDefaultVallAnnoElement -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:19: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNoDefaultVallAnnoElement_setup -11-19-2024 17:57:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:19: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNoDefaultVallAnnoElement_cleanup -11-19-2024 17:57:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:19: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode -11-19-2024 17:57:19: SVR: ds2 lookup is not null -11-19-2024 17:57:19: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@351d3ad9 -11-19-2024 17:57:19: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno -11-19-2024 17:57:19: SVR: ds1 lookup is not null -11-19-2024 17:57:19: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@351d3ad9 -11-19-2024 17:57:19: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:19: SVR-TRACE: Got connection. -11-19-2024 17:57:19: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] -11-19-2024 17:57:19: SVR: Methods called correctly -11-19-2024 17:57:19: SVR: Cleanup -11-19-2024 17:57:19: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:19: SVR: Test running in jsp vehicle passed -11-19-2024 17:57:19: Test status from a jsp: 0: -11-19-2024 17:57:19: Test: returning from running in a jsp vehicle -11-19-2024 17:57:19: TRACE: SLEPT FOR: 0 -[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.702 s - in com.sun.ts.tests.connector.annotations.partialanno.paClientJspTest -[INFO] Running com.sun.ts.tests.connector.annotations.partialanno.paClientServletTest -Nov 19, 2024 5:57:19 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:19 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:20 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:20 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:22 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:32 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:32 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:32 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:32 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.partialanno.paClient, vehicle: servlet -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.partialanno.paClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=partialanno_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:57:34: Opened connection to http://localhost:8080/partialanno_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:57:34: TRACE: got outputstream -11-19-2024 17:57:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:57:34: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 17:57:34: SVR-TRACE: In doPost -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:57:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:57:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testDDOverridesAnnonullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=partialanno_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/partialanno/paClient.class -11-19-2024 17:57:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ** IN getRunMethod: testname=testDDOverridesAnno -11-19-2024 17:57:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:34: SVR-TRACE: **runmethod=testDDOverridesAnno -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testDDOverridesAnno_setup -11-19-2024 17:57:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testDDOverridesAnno_cleanup -11-19-2024 17:57:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:34: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode -11-19-2024 17:57:34: SVR: ds2 lookup is not null -11-19-2024 17:57:34: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7763a650 -11-19-2024 17:57:34: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno -11-19-2024 17:57:34: SVR: ds1 lookup is not null -11-19-2024 17:57:34: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7763a650 -11-19-2024 17:57:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:34: SVR-TRACE: Got connection. -11-19-2024 17:57:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] -11-19-2024 17:57:34: SVR: looking up following string in conenctor log: MAResourceAdapterImpl Started -11-19-2024 17:57:34: SVR: testDDOverridesAnno passed. -11-19-2024 17:57:34: SVR: Cleanup -11-19-2024 17:57:34: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:34: SVR: Test running in servlet vehicle passed -11-19-2024 17:57:34: Test status from a servlet: 0: -11-19-2024 17:57:34: Test: returning from running in a servlet vehicle -11-19-2024 17:57:34: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:57:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.partialanno.paClient, vehicle: servlet -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.partialanno.paClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=partialanno_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:57:34: Opened connection to http://localhost:8080/partialanno_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:57:34: TRACE: got outputstream -11-19-2024 17:57:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:57:34: SVR-TRACE: In doPost -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:57:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:57:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMixedModeConfigPropertyMCFnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=partialanno_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/partialanno/paClient.class -11-19-2024 17:57:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyMCF -11-19-2024 17:57:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:34: SVR-TRACE: **runmethod=testMixedModeConfigPropertyMCF -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyMCF_setup -11-19-2024 17:57:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyMCF_cleanup -11-19-2024 17:57:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:34: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode -11-19-2024 17:57:34: SVR: ds2 lookup is not null -11-19-2024 17:57:34: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@24295a71 -11-19-2024 17:57:34: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno -11-19-2024 17:57:34: SVR: ds1 lookup is not null -11-19-2024 17:57:34: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@24295a71 -11-19-2024 17:57:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:34: SVR-TRACE: Got connection. -11-19-2024 17:57:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] -11-19-2024 17:57:34: SVR: Methods called correctly -11-19-2024 17:57:34: SVR: Cleanup -11-19-2024 17:57:34: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:34: SVR: Test running in servlet vehicle passed -11-19-2024 17:57:34: Test status from a servlet: 0: -11-19-2024 17:57:34: Test: returning from running in a servlet vehicle -11-19-2024 17:57:34: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:57:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.partialanno.paClient, vehicle: servlet -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.partialanno.paClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=partialanno_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:57:34: Opened connection to http://localhost:8080/partialanno_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:57:34: TRACE: got outputstream -11-19-2024 17:57:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:57:34: SVR-TRACE: In doPost -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:57:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:57:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMixedModeConfigPropertyNoOverridenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=partialanno_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/partialanno/paClient.class -11-19-2024 17:57:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyNoOverride -11-19-2024 17:57:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:34: SVR-TRACE: **runmethod=testMixedModeConfigPropertyNoOverride -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyNoOverride_setup -11-19-2024 17:57:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyNoOverride_cleanup -11-19-2024 17:57:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:34: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode -11-19-2024 17:57:34: SVR: ds2 lookup is not null -11-19-2024 17:57:34: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4d31a4b7 -11-19-2024 17:57:34: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno -11-19-2024 17:57:34: SVR: ds1 lookup is not null -11-19-2024 17:57:34: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4d31a4b7 -11-19-2024 17:57:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:34: SVR-TRACE: Got connection. -11-19-2024 17:57:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] -11-19-2024 17:57:34: SVR: Methods called correctly -11-19-2024 17:57:34: SVR: Cleanup -11-19-2024 17:57:34: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:34: SVR: Test running in servlet vehicle passed -11-19-2024 17:57:34: Test status from a servlet: 0: -11-19-2024 17:57:34: Test: returning from running in a servlet vehicle -11-19-2024 17:57:34: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:57:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.partialanno.paClient, vehicle: servlet -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.partialanno.paClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=partialanno_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:57:34: Opened connection to http://localhost:8080/partialanno_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:57:34: TRACE: got outputstream -11-19-2024 17:57:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:57:34: SVR-TRACE: In doPost -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:57:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:57:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMixedModeConfigPropertyOverridenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=partialanno_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/partialanno/paClient.class -11-19-2024 17:57:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyOverride -11-19-2024 17:57:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:34: SVR-TRACE: **runmethod=testMixedModeConfigPropertyOverride -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyOverride_setup -11-19-2024 17:57:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyOverride_cleanup -11-19-2024 17:57:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:34: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode -11-19-2024 17:57:34: SVR: ds2 lookup is not null -11-19-2024 17:57:34: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@58a8624e -11-19-2024 17:57:34: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno -11-19-2024 17:57:34: SVR: ds1 lookup is not null -11-19-2024 17:57:34: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@58a8624e -11-19-2024 17:57:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:34: SVR-TRACE: Got connection. -11-19-2024 17:57:34: Test status from a servlet: 0: -11-19-2024 17:57:34: Test: returning from running in a servlet vehicle -11-19-2024 17:57:34: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:57:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.partialanno.paClient, vehicle: servlet -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.partialanno.paClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=partialanno_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:57:34: Opened connection to http://localhost:8080/partialanno_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:57:34: TRACE: got outputstream -11-19-2024 17:57:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:57:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] -11-19-2024 17:57:34: SVR: Methods called correctly -11-19-2024 17:57:34: SVR: Cleanup -11-19-2024 17:57:34: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:34: SVR: Test running in servlet vehicle passed -11-19-2024 17:57:34: SVR-TRACE: In doPost -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:57:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:57:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMixedModeConfigPropertyRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=partialanno_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/partialanno/paClient.class -11-19-2024 17:57:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyRA -11-19-2024 17:57:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:34: SVR-TRACE: **runmethod=testMixedModeConfigPropertyRA -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:34: Test status from a servlet: 0: -11-19-2024 17:57:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyRA_setup -11-19-2024 17:57:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:34: Test: returning from running in a servlet vehicle -11-19-2024 17:57:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyRA_cleanup -11-19-2024 17:57:34: TRACE: SLEPT FOR: 0 -11-19-2024 17:57:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:34: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode -11-19-2024 17:57:34: SVR: ds2 lookup is not null -11-19-2024 17:57:34: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1c991c96 -11-19-2024 17:57:34: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno -11-19-2024 17:57:34: SVR: ds1 lookup is not null -11-19-2024 17:57:34: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1c991c96 -11-19-2024 17:57:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:34: SVR-TRACE: Got connection. -11-19-2024 17:57:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] -11-19-2024 17:57:34: SVR: Methods called correctly -11-19-2024 17:57:34: SVR: Cleanup -11-19-2024 17:57:34: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:34: SVR: Test running in servlet vehicle passed -Nov 19, 2024 5:57:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.annotations.partialanno.paClient, vehicle: servlet -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.annotations.partialanno.paClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=partialanno_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:57:34: Opened connection to http://localhost:8080/partialanno_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:57:34: TRACE: got outputstream -11-19-2024 17:57:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:57:34: SVR-TRACE: In doPost -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:57:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:57:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:57:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNoDefaultVallAnnoElementnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=partialanno_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/annotations/partialanno/paClient.class -11-19-2024 17:57:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/partialanno_servlet_vehicle/partialanno_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ** IN getRunMethod: testname=testNoDefaultVallAnnoElement -11-19-2024 17:57:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:34: SVR-TRACE: **runmethod=testNoDefaultVallAnnoElement -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNoDefaultVallAnnoElement_setup -11-19-2024 17:57:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNoDefaultVallAnnoElement_cleanup -11-19-2024 17:57:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.annotations.partialanno.paClient -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:34: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode -11-19-2024 17:57:34: SVR: ds2 lookup is not null -11-19-2024 17:57:34: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7ff882f0 -11-19-2024 17:57:34: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno -11-19-2024 17:57:34: SVR: ds1 lookup is not null -11-19-2024 17:57:34: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7ff882f0 -11-19-2024 17:57:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:34: SVR-TRACE: Got connection. -11-19-2024 17:57:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] -11-19-2024 17:57:34: SVR: Methods called correctly -11-19-2024 17:57:34: SVR: Cleanup -11-19-2024 17:57:34: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:57:34: SVR: Test running in servlet vehicle passed -11-19-2024 17:57:34: Test status from a servlet: 0: -11-19-2024 17:57:34: Test: returning from running in a servlet vehicle -11-19-2024 17:57:34: TRACE: SLEPT FOR: 0 -[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.721 s - in com.sun.ts.tests.connector.annotations.partialanno.paClientServletTest -[INFO] Running com.sun.ts.tests.connector.connManager.connManagerClient1JspTest -Nov 19, 2024 5:57:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:34 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:36 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:36 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:37 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:46 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:47 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:47 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:57:57 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:57:58 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.connManager.connManagerClient1, vehicle: jsp -Nov 19, 2024 5:57:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.connManager.connManagerClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=connManager_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:58: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:58: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:58: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:58: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:58: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:58: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:57:58: Opened connection to http://localhost:8080/connManager_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:57:58: TRACE: got outputstream -11-19-2024 17:57:58: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:57:59: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:57:59: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:57:59: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:57:59: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:57:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testTransactionSupportLevelsnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=connManager_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.connManager.connManagerClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:59: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:57:59: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:57:59: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:57:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connManager_jsp_vehicle/connManager_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/connManager/connManagerClient1.class -11-19-2024 17:57:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connManager_jsp_vehicle/connManager_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connManager_jsp_vehicle/connManager_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:57:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:57:59: SVR-TRACE: ** IN getRunMethod: testname=testTransactionSupportLevels -11-19-2024 17:57:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:59: SVR-TRACE: **runmethod=testTransactionSupportLevels -11-19-2024 17:57:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testTransactionSupportLevels_setup -11-19-2024 17:57:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:57:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testTransactionSupportLevels_cleanup -11-19-2024 17:57:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:57:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:59: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:57:59: SVR: dsource JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4f391782 -11-19-2024 17:57:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:59: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 17:57:59: SVR: Methods called correctly -11-19-2024 17:57:59: SVR: Performing end to end verification... -11-19-2024 17:57:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:57:59: SVR: Values inserted into table! -11-19-2024 17:57:59: SVR: Table has been dropped! -11-19-2024 17:57:59: SVR: Cleanup -11-19-2024 17:57:59: SVR: Test running in jsp vehicle passed -11-19-2024 17:57:59: Test status from a jsp: 0: -11-19-2024 17:57:59: Test: returning from running in a jsp vehicle -11-19-2024 17:57:59: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:57:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.connManager.connManagerClient1, vehicle: jsp -Nov 19, 2024 5:57:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:57:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:57:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:57:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:57:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:57:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:57:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:57:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:57:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:57:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:57:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.connManager.connManagerClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=connManager_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:57:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:57:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:57:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:57:59: TRACE: in ServiceEETest.run() method -11-19-2024 17:57:59: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:57:59: Opened connection to http://localhost:8080/connManager_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:57:59: TRACE: got outputstream -11-19-2024 17:57:59: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:57:59: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:57:59: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:57:59: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:57:59: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:57:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testcheckConnectionManagernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=connManager_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.connManager.connManagerClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:57:59: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:57:59: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:57:59: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:57:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connManager_jsp_vehicle/connManager_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/connManager/connManagerClient1.class -11-19-2024 17:57:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connManager_jsp_vehicle/connManager_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connManager_jsp_vehicle/connManager_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:57:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:57:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:57:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:57:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:57:59: SVR-TRACE: ** IN getRunMethod: testname=testcheckConnectionManager -11-19-2024 17:57:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:57:59: SVR-TRACE: **runmethod=testcheckConnectionManager -11-19-2024 17:57:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:57:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:57:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testcheckConnectionManager_setup -11-19-2024 17:57:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:57:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:57:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:57:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testcheckConnectionManager_cleanup -11-19-2024 17:57:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:57:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:57:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:57:59: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:57:59: SVR: dsource JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@48454547 -11-19-2024 17:57:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:57:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:57:59: SVR: Connection Manager is Serializable -11-19-2024 17:57:59: SVR: Cleanup -11-19-2024 17:57:59: SVR: Test running in jsp vehicle passed -11-19-2024 17:57:59: Test status from a jsp: 0: -11-19-2024 17:57:59: Test: returning from running in a jsp vehicle -11-19-2024 17:57:59: TRACE: SLEPT FOR: 0 -[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.697 s - in com.sun.ts.tests.connector.connManager.connManagerClient1JspTest -[INFO] Running com.sun.ts.tests.connector.connManager.connManagerClient1ServletTest -Nov 19, 2024 5:57:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:57:59 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:57:59 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:10 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:10 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:10 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:12 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:12 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:13 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.connManager.connManagerClient1, vehicle: servlet -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.connManager.connManagerClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=connManager_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:13: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:13: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:13: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:13: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:13: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:13: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:13: Opened connection to http://localhost:8080/connManager_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:13: TRACE: got outputstream -11-19-2024 17:58:13: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:13: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 17:58:13: SVR-TRACE: In doPost -11-19-2024 17:58:13: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:13: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:13: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:13: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:13: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:13: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testTransactionSupportLevelsnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=connManager_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.connManager.connManagerClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:13: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connManager_servlet_vehicle/connManager_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/connManager/connManagerClient1.class -11-19-2024 17:58:13: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connManager_servlet_vehicle/connManager_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:13: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connManager_servlet_vehicle/connManager_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:13: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:13: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:13: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:58:13: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:58:13: SVR-TRACE: ** IN getRunMethod: testname=testTransactionSupportLevels -11-19-2024 17:58:13: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:13: SVR-TRACE: **runmethod=testTransactionSupportLevels -11-19-2024 17:58:13: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:13: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:13: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testTransactionSupportLevels_setup -11-19-2024 17:58:13: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:13: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:58:13: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:13: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testTransactionSupportLevels_cleanup -11-19-2024 17:58:13: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:13: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:58:13: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:13: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:13: SVR: dsource JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@5086de82 -11-19-2024 17:58:13: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:13: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:13: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 17:58:13: SVR: Methods called correctly -11-19-2024 17:58:13: SVR: Performing end to end verification... -11-19-2024 17:58:13: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:13: SVR: Values inserted into table! -11-19-2024 17:58:13: SVR: Table has been dropped! -11-19-2024 17:58:13: SVR: Cleanup -11-19-2024 17:58:13: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:13: Test status from a servlet: 0: -11-19-2024 17:58:13: Test: returning from running in a servlet vehicle -11-19-2024 17:58:13: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:13 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.connManager.connManagerClient1, vehicle: servlet -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:13 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.connManager.connManagerClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=connManager_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:13: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:13: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:13: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:13: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:13: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:13: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:13: Opened connection to http://localhost:8080/connManager_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:13: TRACE: got outputstream -11-19-2024 17:58:13: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:13: SVR-TRACE: In doPost -11-19-2024 17:58:13: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:13: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:13: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:13: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:13: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:13: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testcheckConnectionManagernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=connManager_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.connManager.connManagerClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:13: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connManager_servlet_vehicle/connManager_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/connManager/connManagerClient1.class -11-19-2024 17:58:13: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connManager_servlet_vehicle/connManager_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:13: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connManager_servlet_vehicle/connManager_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:13: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:13: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:13: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:58:13: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:58:13: SVR-TRACE: ** IN getRunMethod: testname=testcheckConnectionManager -11-19-2024 17:58:13: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:13: SVR-TRACE: **runmethod=testcheckConnectionManager -11-19-2024 17:58:13: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:13: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:13: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testcheckConnectionManager_setup -11-19-2024 17:58:13: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:13: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:58:13: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:13: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testcheckConnectionManager_cleanup -11-19-2024 17:58:13: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:13: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.connManager.connManagerClient1 -11-19-2024 17:58:13: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:13: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:13: SVR: dsource JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@64d56688 -11-19-2024 17:58:13: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:13: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:13: SVR: Connection Manager is Serializable -11-19-2024 17:58:13: SVR: Cleanup -11-19-2024 17:58:13: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:13: Test status from a servlet: 0: -11-19-2024 17:58:13: Test: returning from running in a servlet vehicle -11-19-2024 17:58:13: TRACE: SLEPT FOR: 0 -[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.435 s - in com.sun.ts.tests.connector.connManager.connManagerClient1ServletTest -[INFO] Running com.sun.ts.tests.connector.localTx.connection.connectionClient1JspTest -Nov 19, 2024 5:58:13 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:19 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:19 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:20 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:20 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:20 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:22 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:24 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIApplicationServerInternalExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIApplicationServerInternalException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIApplicationServerInternalException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIApplicationServerInternalException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIApplicationServerInternalException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: ApplicationServerInternalException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPICommExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPICommException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPICommException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPICommException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPICommException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: CommException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIEISSystemExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIEISSystemException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIEISSystemException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIEISSystemException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIEISSystemException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: EISSystemException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIHintsContextnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIHintsContext -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIHintsContext -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIHintsContext_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIHintsContext_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: InvalidPropertyException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIIllegalStateExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIIllegalStateException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIIllegalStateException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIIllegalStateException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIIllegalStateException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: IllegalStateException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIInvalidPropertyExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIInvalidPropertyException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIInvalidPropertyException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIInvalidPropertyException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIInvalidPropertyException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: InvalidPropertyException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPILocalTransactionExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPILocalTransactionException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPILocalTransactionException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPILocalTransactionException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPILocalTransactionException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: SVR: LocalTransactionException API assertions passed -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIManagedConnectionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIManagedConnection -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIManagedConnection -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIManagedConnection_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIManagedConnection_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: SVR: ManagedConnectionMetaData API assertions passed -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIManagedConnectionMetaDatanullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIManagedConnectionMetaData -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIManagedConnectionMetaData -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIManagedConnectionMetaData_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIManagedConnectionMetaData_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: ManagedConnectionMetaData API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPINotSupportedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPINotSupportedException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPINotSupportedException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPINotSupportedException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPINotSupportedException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: NotSupportedException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIResourceAdapterInternalExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIResourceAdapterInternalException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIResourceAdapterInternalException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIResourceAdapterInternalException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIResourceAdapterInternalException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: ResourceAdapterInternalException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIResourceAllocationExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIResourceAllocationException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIResourceAllocationException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIResourceAllocationException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIResourceAllocationException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: ResourceAllocationException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIResourceExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIResourceException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIResourceException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIResourceException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIResourceException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: ResourceException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIRetryableUnavailableExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIRetryableUnavailableException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIRetryableUnavailableException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIRetryableUnavailableException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIRetryableUnavailableException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: RetryableUnavailableException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIRetryableWorkRejectedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIRetryableWorkRejectedException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIRetryableWorkRejectedException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIRetryableWorkRejectedException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIRetryableWorkRejectedException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: RetryableWorkRejectedException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPISecurityExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPISecurityException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPISecurityException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPISecurityException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPISecurityException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: SecurityException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPISharingViolationExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPISharingViolationException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPISharingViolationException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPISharingViolationException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPISharingViolationException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: SharingViolationException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIUnavailableExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIUnavailableException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIUnavailableException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIUnavailableException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIUnavailableException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: UnavailableException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIWorkCompletedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIWorkCompletedException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIWorkCompletedException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIWorkCompletedException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIWorkCompletedException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: WorkCompletedException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIWorkExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIWorkException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIWorkException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIWorkException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIWorkException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: SVR: WorkException API assertions passed -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIWorkRejectedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIWorkRejectedException -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testAPIWorkRejectedException -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIWorkRejectedException_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIWorkRejectedException_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:26: SVR: WorkRejectedException API assertions passed -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testGetConnection1nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testGetConnection1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Got connection from the DataSource. -11-19-2024 17:58:26: SVR: Checking for Connection Validity. -11-19-2024 17:58:26: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:26: SVR-ERROR: Exception inserting into table. -11-19-2024 17:58:26: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.connection.connectionClient1.testGetConnection1(connectionClient1.java:144) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 17:58:26: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.connection.connectionClient1.testGetConnection1(connectionClient1.java:144) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 17:58:26: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:26: SVR-ERROR: Exception at: -11-19-2024 17:58:26: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.connection.connectionClient1.testGetConnection1(connectionClient1.java:150) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle failed -11-19-2024 17:58:26: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:26 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:26: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:26: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:26: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:26: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:26: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:26: Opened connection to http://localhost:8080/localTx_conn_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:26: TRACE: got outputstream -11-19-2024 17:58:26: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:26: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:26: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testgetConnectionWithParameter1nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:26: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:26: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:26: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_jsp_vehicle/localTx_conn_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 -11-19-2024 17:58:26: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:26: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup -11-19-2024 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:26: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup -11-19-2024 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:26: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:26: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:26: SVR: Performing callback verification... -11-19-2024 17:58:26: SVR: Got RA log. -11-19-2024 17:58:26: SVR-TRACE: Got connection. -11-19-2024 17:58:26: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:] -11-19-2024 17:58:26: Test status from a jsp: 0: -11-19-2024 17:58:26: SVR: Methods called correctly -11-19-2024 17:58:26: Test: returning from running in a jsp vehicle -11-19-2024 17:58:26: SVR: Performing end to end verification... -11-19-2024 17:58:26: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:26: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:26: SVR: Values inserted into table! -11-19-2024 17:58:26: SVR: Table has been dropped! -11-19-2024 17:58:26: SVR: Cleanup -11-19-2024 17:58:26: SVR: Test running in jsp vehicle passed -[ERROR] Tests run: 23, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 13.126 s <<< FAILURE! - in com.sun.ts.tests.connector.localTx.connection.connectionClient1JspTest -[ERROR] com.sun.ts.tests.connector.localTx.connection.connectionClient1JspTest.testGetConnection1 Time elapsed: 0.023 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.localTx.connection.connectionClient1ServletTest -Nov 19, 2024 5:58:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:27 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:27 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:27 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:28 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:28 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:28 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:29 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:29 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:31 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:31 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:32 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:32 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIApplicationServerInternalExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIApplicationServerInternalException -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPIApplicationServerInternalException -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIApplicationServerInternalException_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIApplicationServerInternalException_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: SVR: ApplicationServerInternalException API assertions passed -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPICommExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPICommException -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPICommException -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPICommException_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPICommException_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: SVR: CommException API assertions passed -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIEISSystemExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIEISSystemException -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPIEISSystemException -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIEISSystemException_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIEISSystemException_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: SVR: EISSystemException API assertions passed -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIHintsContextnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIHintsContext -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPIHintsContext -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIHintsContext_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIHintsContext_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: SVR: InvalidPropertyException API assertions passed -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIIllegalStateExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIIllegalStateException -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPIIllegalStateException -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIIllegalStateException_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIIllegalStateException_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: SVR: IllegalStateException API assertions passed -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIInvalidPropertyExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIInvalidPropertyException -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPIInvalidPropertyException -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIInvalidPropertyException_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIInvalidPropertyException_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: SVR: InvalidPropertyException API assertions passed -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPILocalTransactionExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPILocalTransactionException -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPILocalTransactionException -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPILocalTransactionException_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPILocalTransactionException_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: SVR: LocalTransactionException API assertions passed -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIManagedConnectionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIManagedConnection -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPIManagedConnection -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIManagedConnection_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIManagedConnection_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: SVR: ManagedConnectionMetaData API assertions passed -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIManagedConnectionMetaDatanullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIManagedConnectionMetaData -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPIManagedConnectionMetaData -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIManagedConnectionMetaData_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIManagedConnectionMetaData_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: SVR: ManagedConnectionMetaData API assertions passed -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPINotSupportedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPINotSupportedException -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPINotSupportedException -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPINotSupportedException_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPINotSupportedException_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:33: SVR: NotSupportedException API assertions passed -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIResourceAdapterInternalExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIResourceAdapterInternalException -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPIResourceAdapterInternalException -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIResourceAdapterInternalException_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIResourceAdapterInternalException_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: SVR: ResourceAdapterInternalException API assertions passed -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIResourceAllocationExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIResourceAllocationException -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPIResourceAllocationException -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIResourceAllocationException_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIResourceAllocationException_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: SVR: ResourceAllocationException API assertions passed -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIResourceExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIResourceException -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPIResourceException -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIResourceException_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIResourceException_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: SVR: ResourceException API assertions passed -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIRetryableUnavailableExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIRetryableUnavailableException -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPIRetryableUnavailableException -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIRetryableUnavailableException_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIRetryableUnavailableException_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:33: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:33: SVR: RetryableUnavailableException API assertions passed -11-19-2024 17:58:33: SVR: Cleanup -11-19-2024 17:58:33: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:33: Test status from a servlet: 0: -11-19-2024 17:58:33: Test: returning from running in a servlet vehicle -11-19-2024 17:58:33: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:33: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:33: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:33: TRACE: got outputstream -11-19-2024 17:58:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:33: SVR-TRACE: In doPost -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIRetryableWorkRejectedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIRetryableWorkRejectedException -11-19-2024 17:58:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:33: SVR-TRACE: **runmethod=testAPIRetryableWorkRejectedException -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIRetryableWorkRejectedException_setup -11-19-2024 17:58:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIRetryableWorkRejectedException_cleanup -11-19-2024 17:58:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:33: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:33: SVR: Performing callback verification... -11-19-2024 17:58:33: SVR-TRACE: Got connection. -11-19-2024 17:58:33: SVR: Got RA log. -11-19-2024 17:58:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:34: SVR: RetryableWorkRejectedException API assertions passed -11-19-2024 17:58:34: Test status from a servlet: 0: -11-19-2024 17:58:34: SVR: Cleanup -11-19-2024 17:58:34: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:34: Test: returning from running in a servlet vehicle -11-19-2024 17:58:34: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:34: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:34: TRACE: got outputstream -11-19-2024 17:58:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:34: SVR-TRACE: In doPost -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPISecurityExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testname=testAPISecurityException -11-19-2024 17:58:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:34: SVR-TRACE: **runmethod=testAPISecurityException -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPISecurityException_setup -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPISecurityException_cleanup -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:34: SVR: Performing callback verification... -11-19-2024 17:58:34: SVR-TRACE: Got connection. -11-19-2024 17:58:34: SVR: Got RA log. -11-19-2024 17:58:34: Test status from a servlet: 0: -11-19-2024 17:58:34: Test: returning from running in a servlet vehicle -11-19-2024 17:58:34: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:34: SVR: SecurityException API assertions passed -11-19-2024 17:58:34: SVR: Cleanup -11-19-2024 17:58:34: SVR: Test running in servlet vehicle passed -Nov 19, 2024 5:58:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:34: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:34: TRACE: got outputstream -11-19-2024 17:58:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:34: SVR-TRACE: In doPost -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPISharingViolationExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testname=testAPISharingViolationException -11-19-2024 17:58:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:34: SVR-TRACE: **runmethod=testAPISharingViolationException -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPISharingViolationException_setup -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPISharingViolationException_cleanup -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:34: SVR: Performing callback verification... -11-19-2024 17:58:34: SVR-TRACE: Got connection. -11-19-2024 17:58:34: SVR: Got RA log. -11-19-2024 17:58:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:34: SVR: SharingViolationException API assertions passed -11-19-2024 17:58:34: SVR: Cleanup -11-19-2024 17:58:34: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:34: Test status from a servlet: 0: -11-19-2024 17:58:34: Test: returning from running in a servlet vehicle -11-19-2024 17:58:34: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:34: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:34: TRACE: got outputstream -11-19-2024 17:58:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:34: SVR-TRACE: In doPost -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIUnavailableExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testname=testAPIUnavailableException -11-19-2024 17:58:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:34: SVR-TRACE: **runmethod=testAPIUnavailableException -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIUnavailableException_setup -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIUnavailableException_cleanup -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:34: SVR: Performing callback verification... -11-19-2024 17:58:34: SVR-TRACE: Got connection. -11-19-2024 17:58:34: SVR: Got RA log. -11-19-2024 17:58:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:34: Test status from a servlet: 0: -11-19-2024 17:58:34: SVR: UnavailableException API assertions passed -11-19-2024 17:58:34: SVR: Cleanup -11-19-2024 17:58:34: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:34: Test: returning from running in a servlet vehicle -11-19-2024 17:58:34: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:34: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:34: TRACE: got outputstream -11-19-2024 17:58:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:34: SVR-TRACE: In doPost -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIWorkCompletedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testname=testAPIWorkCompletedException -11-19-2024 17:58:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:34: SVR-TRACE: **runmethod=testAPIWorkCompletedException -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIWorkCompletedException_setup -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIWorkCompletedException_cleanup -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:34: SVR: Performing callback verification... -11-19-2024 17:58:34: SVR-TRACE: Got connection. -11-19-2024 17:58:34: SVR: Got RA log. -11-19-2024 17:58:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:34: SVR: WorkCompletedException API assertions passed -11-19-2024 17:58:34: SVR: Cleanup -11-19-2024 17:58:34: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:34: Test status from a servlet: 0: -11-19-2024 17:58:34: Test: returning from running in a servlet vehicle -11-19-2024 17:58:34: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:34: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:34: TRACE: got outputstream -11-19-2024 17:58:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:34: SVR-TRACE: In doPost -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIWorkExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testname=testAPIWorkException -11-19-2024 17:58:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:34: SVR-TRACE: **runmethod=testAPIWorkException -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIWorkException_setup -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIWorkException_cleanup -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:34: SVR: Performing callback verification... -11-19-2024 17:58:34: SVR-TRACE: Got connection. -11-19-2024 17:58:34: SVR: Got RA log. -11-19-2024 17:58:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:34: Test status from a servlet: 0: -11-19-2024 17:58:34: SVR: WorkException API assertions passed -11-19-2024 17:58:34: SVR: Cleanup -11-19-2024 17:58:34: Test: returning from running in a servlet vehicle -11-19-2024 17:58:34: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:34: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:34: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:34: TRACE: got outputstream -11-19-2024 17:58:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:34: SVR-TRACE: In doPost -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAPIWorkRejectedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testname=testAPIWorkRejectedException -11-19-2024 17:58:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:34: SVR-TRACE: **runmethod=testAPIWorkRejectedException -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIWorkRejectedException_setup -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIWorkRejectedException_cleanup -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:34: SVR: Performing callback verification... -11-19-2024 17:58:34: SVR-TRACE: Got connection. -11-19-2024 17:58:34: SVR: Got RA log. -11-19-2024 17:58:34: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:34: SVR: WorkRejectedException API assertions passed -11-19-2024 17:58:34: Test status from a servlet: 0: -11-19-2024 17:58:34: SVR: Cleanup -11-19-2024 17:58:34: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:34: Test: returning from running in a servlet vehicle -11-19-2024 17:58:34: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:34: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:34: TRACE: got outputstream -11-19-2024 17:58:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:34: SVR-TRACE: In doPost -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testGetConnection1nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 -11-19-2024 17:58:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:34: SVR-TRACE: **runmethod=testGetConnection1 -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:34: SVR: Got connection from the DataSource. -11-19-2024 17:58:34: SVR: Checking for Connection Validity. -11-19-2024 17:58:34: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:34: SVR-ERROR: Exception inserting into table. -11-19-2024 17:58:34: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.connection.connectionClient1.testGetConnection1(connectionClient1.java:144) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 17:58:34: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.connection.connectionClient1.testGetConnection1(connectionClient1.java:144) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 17:58:34: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:34: SVR-ERROR: Exception at: -11-19-2024 17:58:34: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.connection.connectionClient1.testGetConnection1(connectionClient1.java:150) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 17:58:34: SVR: Cleanup -11-19-2024 17:58:34: SVR: Test running in servlet vehicle failed -11-19-2024 17:58:34: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:34: Test: returning from running in a servlet vehicle -11-19-2024 17:58:34: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:34 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_conn_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:34: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:34: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:34: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:34: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:34: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:34: Opened connection to http://localhost:8080/localTx_conn_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:34: TRACE: got outputstream -11-19-2024 17:58:34: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:34: SVR-TRACE: In doPost -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:34: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:34: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:34: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testgetConnectionWithParameter1nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_conn_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:34: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/connection/connectionClient1.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_conn_servlet_vehicle/localTx_conn_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:34: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:34: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 -11-19-2024 17:58:34: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:34: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup -11-19-2024 17:58:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:34: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup -11-19-2024 17:58:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:34: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.connection.connectionClient1 -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:34: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:58:34: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:34: SVR: Performing callback verification... -11-19-2024 17:58:34: SVR: Got RA log. -11-19-2024 17:58:34: SVR-TRACE: Got connection. -11-19-2024 17:58:34: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:] -11-19-2024 17:58:34: SVR: Methods called correctly -11-19-2024 17:58:34: SVR: Performing end to end verification... -11-19-2024 17:58:34: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:34: SVR: Values inserted into table! -11-19-2024 17:58:34: SVR: Table has been dropped! -11-19-2024 17:58:34: SVR: Cleanup -11-19-2024 17:58:34: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:34: Test status from a servlet: 0: -11-19-2024 17:58:34: Test: returning from running in a servlet vehicle -11-19-2024 17:58:34: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 23, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.444 s <<< FAILURE! - in com.sun.ts.tests.connector.localTx.connection.connectionClient1ServletTest -[ERROR] com.sun.ts.tests.connector.localTx.connection.connectionClient1ServletTest.testGetConnection1 Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.localTx.event.eventClient1JspTest -Nov 19, 2024 5:58:34 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:34 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:36 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:36 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:36 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:37 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:37 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:38 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:38 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:38 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:39 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:39 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.event.eventClient1, vehicle: jsp -Nov 19, 2024 5:58:39 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:39 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:39 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:39 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:39 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:39 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:39 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:39 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:39 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:39 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:39 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.event.eventClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_event_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:39: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:39: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:39: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:39: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:39: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:39: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:39: Opened connection to http://localhost:8080/localTx_event_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:39: TRACE: got outputstream -11-19-2024 17:58:39: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:39: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:39: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:39: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:39: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:39: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnectionEventListenernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_event_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.event.eventClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:39: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:39: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:39: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:39: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_event_jsp_vehicle/localTx_event_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/event/eventClient1.class -11-19-2024 17:58:39: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_event_jsp_vehicle/localTx_event_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:39: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_event_jsp_vehicle/localTx_event_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:39: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:39: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:39: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.event.eventClient1 -11-19-2024 17:58:39: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.event.eventClient1 -11-19-2024 17:58:39: SVR-TRACE: ** IN getRunMethod: testname=testConnectionEventListener -11-19-2024 17:58:39: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:39: SVR-TRACE: **runmethod=testConnectionEventListener -11-19-2024 17:58:39: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:39: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:39: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectionEventListener_setup -11-19-2024 17:58:39: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:39: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.event.eventClient1 -11-19-2024 17:58:39: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:39: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectionEventListener_cleanup -11-19-2024 17:58:39: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:39: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.event.eventClient1 -11-19-2024 17:58:39: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:39: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:39: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:39: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:39: SVR: Got connection. -11-19-2024 17:58:39: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:] -11-19-2024 17:58:39: Test status from a jsp: 0: -11-19-2024 17:58:39: SVR: CONNECTION_CLOSED called correctly. -11-19-2024 17:58:39: Test: returning from running in a jsp vehicle -11-19-2024 17:58:39: SVR: Cleanup -11-19-2024 17:58:39: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:39: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:58:39: SVR: Test running in jsp vehicle passed -[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.776 s - in com.sun.ts.tests.connector.localTx.event.eventClient1JspTest -[INFO] Running com.sun.ts.tests.connector.localTx.event.eventClient1ServletTest -Nov 19, 2024 5:58:40 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:40 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:40 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:40 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:41 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:41 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:42 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:42 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:43 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:43 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:43 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:44 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:45 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:46 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:46 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.event.eventClient1, vehicle: servlet -Nov 19, 2024 5:58:46 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:46 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:46 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:46 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:46 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:46 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:46 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:46 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:46 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:46 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:46 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.event.eventClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_event_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:46: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:46: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:46: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:46: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:46: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:46: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:46: Opened connection to http://localhost:8080/localTx_event_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:46: TRACE: got outputstream -11-19-2024 17:58:46: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:46: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 17:58:46: SVR-TRACE: In doPost -11-19-2024 17:58:46: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:46: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:46: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:46: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:46: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:46: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnectionEventListenernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_event_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.event.eventClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:46: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_event_servlet_vehicle/localTx_event_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/event/eventClient1.class -11-19-2024 17:58:46: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_event_servlet_vehicle/localTx_event_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:46: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_event_servlet_vehicle/localTx_event_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:46: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:46: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:46: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.event.eventClient1 -11-19-2024 17:58:46: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.event.eventClient1 -11-19-2024 17:58:46: SVR-TRACE: ** IN getRunMethod: testname=testConnectionEventListener -11-19-2024 17:58:46: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:46: SVR-TRACE: **runmethod=testConnectionEventListener -11-19-2024 17:58:46: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:46: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:46: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectionEventListener_setup -11-19-2024 17:58:46: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:46: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.event.eventClient1 -11-19-2024 17:58:46: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:46: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectionEventListener_cleanup -11-19-2024 17:58:46: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:46: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.event.eventClient1 -11-19-2024 17:58:46: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:46: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:46: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:46: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:46: SVR: Got connection. -11-19-2024 17:58:46: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:] -11-19-2024 17:58:46: SVR: CONNECTION_CLOSED called correctly. -11-19-2024 17:58:46: SVR: Cleanup -11-19-2024 17:58:46: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:58:46: Test status from a servlet: 0: -11-19-2024 17:58:46: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:46: Test: returning from running in a servlet vehicle -11-19-2024 17:58:46: TRACE: SLEPT FOR: 0 -[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.988 s - in com.sun.ts.tests.connector.localTx.event.eventClient1ServletTest -[INFO] Running com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1JspTest -Nov 19, 2024 5:58:47 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:47 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:47 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:48 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:48 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:49 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:49 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:49 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:50 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:50 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:50 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:52 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 5:58:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:52 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:52: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:52: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:52: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:52: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:52: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:52: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:52: Opened connection to http://localhost:8080/localTx_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:52: TRACE: got outputstream -11-19-2024 17:58:52: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAssociationMCFandRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:53: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA -11-19-2024 17:58:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:53: SVR-TRACE: **runmethod=testAssociationMCFandRA -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA_setup -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA_cleanup -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:53: SVR: Performing callback verification... -11-19-2024 17:58:53: SVR: Got RA log. -11-19-2024 17:58:53: SVR-TRACE: Got connection. -11-19-2024 17:58:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:53: SVR: Methods called correctly -11-19-2024 17:58:53: SVR: Performing end to end verification... -11-19-2024 17:58:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:53: SVR: Exception inserting into table. -11-19-2024 17:58:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:53: SVR-ERROR: Exception at: -11-19-2024 17:58:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testAssociationMCFandRA(lifecycleClient1.java:155) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testAssociationMCFandRA(lifecycleClient1.java:151) - ... 41 more - -11-19-2024 17:58:53: SVR: Cleanup -11-19-2024 17:58:53: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:53: SVR: Test running in jsp vehicle failed -11-19-2024 17:58:53: Test: returning from running in a jsp vehicle -11-19-2024 17:58:53: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:53: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:53: Opened connection to http://localhost:8080/localTx_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:53: TRACE: got outputstream -11-19-2024 17:58:53: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAssociationMCFandRA2nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:53: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA2 -11-19-2024 17:58:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:53: SVR-TRACE: **runmethod=testAssociationMCFandRA2 -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA2_setup -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA2_cleanup -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:53: SVR: Performing callback verification... -11-19-2024 17:58:53: SVR: Got RA log. -11-19-2024 17:58:53: SVR-TRACE: Got connection. -11-19-2024 17:58:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:53: SVR: testAssociationMCFandRA2 called correctly -11-19-2024 17:58:53: SVR: Cleanup -11-19-2024 17:58:53: SVR: Test running in jsp vehicle passed -11-19-2024 17:58:53: Test status from a jsp: 0: -11-19-2024 17:58:53: Test: returning from running in a jsp vehicle -11-19-2024 17:58:53: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:53: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:53: Opened connection to http://localhost:8080/localTx_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:53: TRACE: got outputstream -11-19-2024 17:58:53: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testBootstrapforNullnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:53: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testname=testBootstrapforNull -11-19-2024 17:58:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:53: SVR-TRACE: **runmethod=testBootstrapforNull -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testBootstrapforNull_setup -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testBootstrapforNull_cleanup -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:53: SVR: Performing callback verification... -11-19-2024 17:58:53: SVR: Got RA log. -11-19-2024 17:58:53: SVR-TRACE: Got connection. -11-19-2024 17:58:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:53: SVR: Methods called correctly -11-19-2024 17:58:53: SVR: Performing end to end verification... -11-19-2024 17:58:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:53: SVR: Exception inserting into table. -11-19-2024 17:58:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:53: SVR-ERROR: Exception at: -11-19-2024 17:58:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testBootstrapforNull(lifecycleClient1.java:354) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testBootstrapforNull(lifecycleClient1.java:350) - ... 41 more - -11-19-2024 17:58:53: SVR: Cleanup -11-19-2024 17:58:53: SVR: Test running in jsp vehicle failed -11-19-2024 17:58:53: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:53: Test: returning from running in a jsp vehicle -11-19-2024 17:58:53: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:53: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:53: Opened connection to http://localhost:8080/localTx_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:53: TRACE: got outputstream -11-19-2024 17:58:53: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testInstantiationOfRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:53: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testname=testInstantiationOfRA -11-19-2024 17:58:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:53: SVR-TRACE: **runmethod=testInstantiationOfRA -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testInstantiationOfRA_setup -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testInstantiationOfRA_cleanup -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:53: SVR: Performing callback verification... -11-19-2024 17:58:53: SVR: Got RA log. -11-19-2024 17:58:53: SVR-TRACE: Got connection. -11-19-2024 17:58:53: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:53: Test: returning from running in a jsp vehicle -11-19-2024 17:58:53: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:53: SVR: Methods called correctly -11-19-2024 17:58:53: SVR: Performing end to end verification... -11-19-2024 17:58:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:53: SVR: Exception inserting into table. -11-19-2024 17:58:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:53: SVR-ERROR: Exception at: -11-19-2024 17:58:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testInstantiationOfRA(lifecycleClient1.java:281) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testInstantiationOfRA(lifecycleClient1.java:277) - ... 41 more - -11-19-2024 17:58:53: SVR: Cleanup -11-19-2024 17:58:53: SVR: Test running in jsp vehicle failed -Nov 19, 2024 5:58:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:53: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:53: Opened connection to http://localhost:8080/localTx_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:53: TRACE: got outputstream -11-19-2024 17:58:53: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMCFcalledOncenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:53: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testname=testMCFcalledOnce -11-19-2024 17:58:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:53: SVR-TRACE: **runmethod=testMCFcalledOnce -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMCFcalledOnce_setup -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMCFcalledOnce_cleanup -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:53: SVR: Performing callback verification... -11-19-2024 17:58:53: SVR: Got RA log. -11-19-2024 17:58:53: SVR-TRACE: Got connection. -11-19-2024 17:58:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:53: SVR: Methods called correctly -11-19-2024 17:58:53: SVR: Performing end to end verification... -11-19-2024 17:58:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:53: SVR: Exception inserting into table. -11-19-2024 17:58:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:53: SVR-ERROR: Exception at: -11-19-2024 17:58:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testMCFcalledOnce(lifecycleClient1.java:504) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testMCFcalledOnce(lifecycleClient1.java:500) - ... 41 more - -11-19-2024 17:58:53: SVR: Cleanup -11-19-2024 17:58:53: SVR: Test running in jsp vehicle failed -11-19-2024 17:58:53: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:53: Test: returning from running in a jsp vehicle -11-19-2024 17:58:53: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:53: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:53: Opened connection to http://localhost:8080/localTx_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:53: TRACE: got outputstream -11-19-2024 17:58:53: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRASharabilitynullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:53: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testname=testRASharability -11-19-2024 17:58:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:53: SVR-TRACE: **runmethod=testRASharability -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRASharability_setup -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRASharability_cleanup -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:53: SVR: Performing callback verification... -11-19-2024 17:58:53: SVR: Got RA log. -11-19-2024 17:58:53: SVR-TRACE: Got connection. -11-19-2024 17:58:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:53: SVR: Methods called correctly -11-19-2024 17:58:53: SVR: Performing end to end verification... -11-19-2024 17:58:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:53: SVR: Exception inserting into table. -11-19-2024 17:58:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:53: SVR-ERROR: Exception at: -11-19-2024 17:58:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testRASharability(lifecycleClient1.java:431) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testRASharability(lifecycleClient1.java:427) - ... 41 more - -11-19-2024 17:58:53: SVR: Cleanup -11-19-2024 17:58:53: SVR: Test running in jsp vehicle failed -11-19-2024 17:58:53: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:53: Test: returning from running in a jsp vehicle -11-19-2024 17:58:53: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:53: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:58:53: Opened connection to http://localhost:8080/localTx_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:58:53: TRACE: got outputstream -11-19-2024 17:58:53: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:58:53: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:58:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRAforJavaBeannullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:58:53: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:58:53: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:58:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_jsp_vehicle/localTx_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ** IN getRunMethod: testname=testRAforJavaBean -11-19-2024 17:58:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:53: SVR-TRACE: **runmethod=testRAforJavaBean -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAforJavaBean_setup -11-19-2024 17:58:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAforJavaBean_cleanup -11-19-2024 17:58:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:53: SVR: Performing callback verification... -11-19-2024 17:58:53: SVR: Got RA log. -11-19-2024 17:58:53: SVR-TRACE: Got connection. -11-19-2024 17:58:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:53: SVR: Methods called correctly -11-19-2024 17:58:53: SVR: Performing end to end verification... -11-19-2024 17:58:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:53: SVR: Exception inserting into table. -11-19-2024 17:58:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:53: SVR-ERROR: Exception at: -11-19-2024 17:58:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testRAforJavaBean(lifecycleClient1.java:577) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testRAforJavaBean(lifecycleClient1.java:573) - ... 41 more - -11-19-2024 17:58:53: SVR: Cleanup -11-19-2024 17:58:53: SVR: Test running in jsp vehicle failed -11-19-2024 17:58:53: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:53: Test: returning from running in a jsp vehicle -11-19-2024 17:58:53: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 7, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 6.365 s <<< FAILURE! - in com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1JspTest -[ERROR] com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1JspTest.testAssociationMCFandRA Time elapsed: 0.231 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1JspTest.testBootstrapforNull Time elapsed: 0.023 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1JspTest.testInstantiationOfRA Time elapsed: 0.021 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1JspTest.testMCFcalledOnce Time elapsed: 0.025 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1JspTest.testRASharability Time elapsed: 0.024 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1JspTest.testRAforJavaBean Time elapsed: 0.031 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1ServletTest -Nov 19, 2024 5:58:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:53 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:54 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:55 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:56 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:56 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:56 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:56 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:57 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:57 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:57 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:58:58 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:58:58 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:58:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:59: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:59: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:59: Opened connection to http://localhost:8080/localTx_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:59: TRACE: got outputstream -11-19-2024 17:58:59: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:59: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 17:58:59: SVR-TRACE: In doPost -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:59: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAssociationMCFandRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA -11-19-2024 17:58:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:59: SVR-TRACE: **runmethod=testAssociationMCFandRA -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA_setup -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA_cleanup -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:59: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:59: SVR: Performing callback verification... -11-19-2024 17:58:59: SVR: Got RA log. -11-19-2024 17:58:59: SVR-TRACE: Got connection. -11-19-2024 17:58:59: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:59: SVR: Methods called correctly -11-19-2024 17:58:59: SVR: Performing end to end verification... -11-19-2024 17:58:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:59: SVR: Exception inserting into table. -11-19-2024 17:58:59: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:59: SVR-ERROR: Exception at: -11-19-2024 17:58:59: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testAssociationMCFandRA(lifecycleClient1.java:155) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testAssociationMCFandRA(lifecycleClient1.java:151) - ... 38 more - -11-19-2024 17:58:59: SVR: Cleanup -11-19-2024 17:58:59: SVR: Test running in servlet vehicle failed -11-19-2024 17:58:59: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:59: Test: returning from running in a servlet vehicle -11-19-2024 17:58:59: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:59: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:59: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:59: Opened connection to http://localhost:8080/localTx_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:59: TRACE: got outputstream -11-19-2024 17:58:59: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:59: SVR-TRACE: In doPost -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:59: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAssociationMCFandRA2nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA2 -11-19-2024 17:58:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:59: SVR-TRACE: **runmethod=testAssociationMCFandRA2 -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA2_setup -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA2_cleanup -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:59: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:59: SVR: Performing callback verification... -11-19-2024 17:58:59: SVR: Got RA log. -11-19-2024 17:58:59: SVR-TRACE: Got connection. -11-19-2024 17:58:59: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:59: Test status from a servlet: 0: -11-19-2024 17:58:59: SVR: testAssociationMCFandRA2 called correctly -11-19-2024 17:58:59: SVR: Cleanup -11-19-2024 17:58:59: Test: returning from running in a servlet vehicle -11-19-2024 17:58:59: SVR: Test running in servlet vehicle passed -11-19-2024 17:58:59: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:59: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:59: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:59: Opened connection to http://localhost:8080/localTx_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:59: TRACE: got outputstream -11-19-2024 17:58:59: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:59: SVR-TRACE: In doPost -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:59: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testBootstrapforNullnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testname=testBootstrapforNull -11-19-2024 17:58:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:59: SVR-TRACE: **runmethod=testBootstrapforNull -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testBootstrapforNull_setup -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testBootstrapforNull_cleanup -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:59: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:59: SVR: Performing callback verification... -11-19-2024 17:58:59: SVR: Got RA log. -11-19-2024 17:58:59: SVR-TRACE: Got connection. -11-19-2024 17:58:59: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:59: SVR: Methods called correctly -11-19-2024 17:58:59: SVR: Performing end to end verification... -11-19-2024 17:58:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:59: SVR: Exception inserting into table. -11-19-2024 17:58:59: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:59: SVR-ERROR: Exception at: -11-19-2024 17:58:59: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testBootstrapforNull(lifecycleClient1.java:354) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testBootstrapforNull(lifecycleClient1.java:350) - ... 38 more - -11-19-2024 17:58:59: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:59: SVR: Cleanup -11-19-2024 17:58:59: SVR: Test running in servlet vehicle failed -11-19-2024 17:58:59: Test: returning from running in a servlet vehicle -11-19-2024 17:58:59: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:59: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:59: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:59: Opened connection to http://localhost:8080/localTx_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:59: TRACE: got outputstream -11-19-2024 17:58:59: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:59: SVR-TRACE: In doPost -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:59: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testInstantiationOfRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testname=testInstantiationOfRA -11-19-2024 17:58:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:59: SVR-TRACE: **runmethod=testInstantiationOfRA -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testInstantiationOfRA_setup -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testInstantiationOfRA_cleanup -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:59: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:59: SVR: Performing callback verification... -11-19-2024 17:58:59: SVR: Got RA log. -11-19-2024 17:58:59: SVR-TRACE: Got connection. -11-19-2024 17:58:59: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:59: SVR: Methods called correctly -11-19-2024 17:58:59: SVR: Performing end to end verification... -11-19-2024 17:58:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:59: SVR: Exception inserting into table. -11-19-2024 17:58:59: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:59: SVR-ERROR: Exception at: -11-19-2024 17:58:59: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:59: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testInstantiationOfRA(lifecycleClient1.java:281) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testInstantiationOfRA(lifecycleClient1.java:277) - ... 38 more - -11-19-2024 17:58:59: Test: returning from running in a servlet vehicle -11-19-2024 17:58:59: SVR: Cleanup -11-19-2024 17:58:59: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:59: SVR: Test running in servlet vehicle failed -Nov 19, 2024 5:58:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:59: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:59: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:59: Opened connection to http://localhost:8080/localTx_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:59: TRACE: got outputstream -11-19-2024 17:58:59: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:59: SVR-TRACE: In doPost -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:59: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMCFcalledOncenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testname=testMCFcalledOnce -11-19-2024 17:58:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:59: SVR-TRACE: **runmethod=testMCFcalledOnce -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMCFcalledOnce_setup -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMCFcalledOnce_cleanup -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:59: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:59: SVR: Performing callback verification... -11-19-2024 17:58:59: SVR: Got RA log. -11-19-2024 17:58:59: SVR-TRACE: Got connection. -11-19-2024 17:58:59: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:59: SVR: Methods called correctly -11-19-2024 17:58:59: SVR: Performing end to end verification... -11-19-2024 17:58:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:59: SVR: Exception inserting into table. -11-19-2024 17:58:59: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:59: SVR-ERROR: Exception at: -11-19-2024 17:58:59: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testMCFcalledOnce(lifecycleClient1.java:504) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testMCFcalledOnce(lifecycleClient1.java:500) - ... 38 more - -11-19-2024 17:58:59: SVR: Cleanup -11-19-2024 17:58:59: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:59: SVR: Test running in servlet vehicle failed -11-19-2024 17:58:59: Test: returning from running in a servlet vehicle -11-19-2024 17:58:59: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:59: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:59: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:59: Opened connection to http://localhost:8080/localTx_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:59: TRACE: got outputstream -11-19-2024 17:58:59: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:59: SVR-TRACE: In doPost -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:59: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRASharabilitynullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testname=testRASharability -11-19-2024 17:58:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:59: SVR-TRACE: **runmethod=testRASharability -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRASharability_setup -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRASharability_cleanup -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:59: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:59: SVR: Performing callback verification... -11-19-2024 17:58:59: SVR: Got RA log. -11-19-2024 17:58:59: SVR-TRACE: Got connection. -11-19-2024 17:58:59: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:59: SVR: Methods called correctly -11-19-2024 17:58:59: SVR: Performing end to end verification... -11-19-2024 17:58:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:59: SVR: Exception inserting into table. -11-19-2024 17:58:59: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:59: SVR-ERROR: Exception at: -11-19-2024 17:58:59: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testRASharability(lifecycleClient1.java:431) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testRASharability(lifecycleClient1.java:427) - ... 38 more - -11-19-2024 17:58:59: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:59: SVR: Cleanup -11-19-2024 17:58:59: SVR: Test running in servlet vehicle failed -11-19-2024 17:58:59: Test: returning from running in a servlet vehicle -11-19-2024 17:58:59: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:58:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:58:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:58:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:58:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:58:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:58:59: TRACE: in ServiceEETest.run() method -11-19-2024 17:58:59: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:58:59: Opened connection to http://localhost:8080/localTx_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:58:59: TRACE: got outputstream -11-19-2024 17:58:59: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:58:59: SVR-TRACE: In doPost -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:58:59: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:58:59: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:58:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRAforJavaBeannullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:58:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_lifecycle_servlet_vehicle/localTx_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:58:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:58:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:58:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ** IN getRunMethod: testname=testRAforJavaBean -11-19-2024 17:58:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:58:59: SVR-TRACE: **runmethod=testRAforJavaBean -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAforJavaBean_setup -11-19-2024 17:58:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:58:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAforJavaBean_cleanup -11-19-2024 17:58:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:58:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:58:59: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:58:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:58:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:58:59: SVR: Performing callback verification... -11-19-2024 17:58:59: SVR: Got RA log. -11-19-2024 17:58:59: SVR-TRACE: Got connection. -11-19-2024 17:58:59: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:58:59: SVR: Methods called correctly -11-19-2024 17:58:59: SVR: Performing end to end verification... -11-19-2024 17:58:59: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:58:59: SVR: Exception inserting into table. -11-19-2024 17:58:59: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:58:59: Test: returning from running in a servlet vehicle -11-19-2024 17:58:59: SVR-ERROR: Exception at: -11-19-2024 17:58:59: TRACE: SLEPT FOR: 0 -11-19-2024 17:58:59: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testRAforJavaBean(lifecycleClient1.java:577) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.testRAforJavaBean(lifecycleClient1.java:573) - ... 38 more - -11-19-2024 17:58:59: SVR: Cleanup -11-19-2024 17:58:59: SVR: Test running in servlet vehicle failed -[ERROR] Tests run: 7, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 6.538 s <<< FAILURE! - in com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1ServletTest -[ERROR] com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1ServletTest.testAssociationMCFandRA Time elapsed: 0.029 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1ServletTest.testBootstrapforNull Time elapsed: 0.019 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1ServletTest.testInstantiationOfRA Time elapsed: 0.019 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1ServletTest.testMCFcalledOnce Time elapsed: 0.02 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1ServletTest.testRASharability Time elapsed: 0.019 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1ServletTest.testRAforJavaBean Time elapsed: 0.018 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.localTx.msginflow.MDBClientJspTest -Nov 19, 2024 5:58:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:00 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:00 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:00 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:02 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:02 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:02 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:03 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:03 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:06 PM org.omnifaces.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap -SEVERE: While Deploying Application: msginflow_mdb_jca --exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : EJB Container initialization error. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request] -Nov 19, 2024 5:59:06 PM org.omnifaces.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap -WARNING: While Deploying Application: msginflow_mdb_jca --exit_code: FAILURE, message: Resource not found. [status: CLIENT_ERROR reason: Not Found] -[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.465 s <<< FAILURE! - in com.sun.ts.tests.connector.localTx.msginflow.MDBClientJspTest -[ERROR] com.sun.ts.tests.connector.localTx.msginflow.MDBClientJspTest Time elapsed: 6.465 s <<< ERROR! -org.jboss.arquillian.container.spi.client.container.DeploymentException: Could not deploy msginflow_mdb_jca.ear -Caused by: org.omnifaces.arquillian.jersey.server.ContainerException: While Deploying Application: msginflow_mdb_jca --exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : EJB Container initialization error. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request] - -[INFO] Running com.sun.ts.tests.connector.localTx.msginflow.MDBClientServletTest -Nov 19, 2024 5:59:06 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:06 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:07 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:07 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:07 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:08 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:08 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:08 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:10 PM org.omnifaces.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap -SEVERE: While Deploying Application: msginflow_mdb_jca --exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : EJB Container initialization error. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request] -Nov 19, 2024 5:59:10 PM org.omnifaces.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap -WARNING: While Deploying Application: msginflow_mdb_jca --exit_code: FAILURE, message: Resource not found. [status: CLIENT_ERROR reason: Not Found] -[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.401 s <<< FAILURE! - in com.sun.ts.tests.connector.localTx.msginflow.MDBClientServletTest -[ERROR] com.sun.ts.tests.connector.localTx.msginflow.MDBClientServletTest Time elapsed: 4.401 s <<< ERROR! -org.jboss.arquillian.container.spi.client.container.DeploymentException: Could not deploy msginflow_mdb_jca.ear -Caused by: org.omnifaces.arquillian.jersey.server.ContainerException: While Deploying Application: msginflow_mdb_jca --exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : EJB Container initialization error. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request] - -[INFO] Running com.sun.ts.tests.connector.localTx.security.securityClient1JspTest -Nov 19, 2024 5:59:10 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:12 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:12 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:12 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:13 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:13 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:13 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:15: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:15: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:15: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:15: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:15: Opened connection to http://localhost:8080/localTx_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:15: TRACE: got outputstream -11-19-2024 17:59:15: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:15: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAppEISSignonnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:15: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:15: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:15: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testname=testAppEISSignon -11-19-2024 17:59:15: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:15: SVR-TRACE: **runmethod=testAppEISSignon -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAppEISSignon_setup -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:15: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAppEISSignon_cleanup -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:15: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@632001d4 -11-19-2024 17:59:15: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@55a878d8 -11-19-2024 17:59:15: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: SVR: Got connection object from the TSDataSource. -11-19-2024 17:59:15: SVR: Checking for Connection Validity. -11-19-2024 17:59:15: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:15: SVR: Exception inserting into table. -11-19-2024 17:59:15: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:15: SVR-ERROR: Exception at: -11-19-2024 17:59:15: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.security.securityClient1.testAppEISSignon(securityClient1.java:235) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.security.securityClient1.testAppEISSignon(securityClient1.java:231) - ... 41 more - -11-19-2024 17:59:15: SVR: Cleanup -11-19-2024 17:59:15: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:15: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:15: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:15: Test: returning from running in a jsp vehicle -11-19-2024 17:59:15: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:15: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:15: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:15: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:15: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:15: Opened connection to http://localhost:8080/localTx_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:15: TRACE: got outputstream -11-19-2024 17:59:15: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:15: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestAllCallbacksAndPrinnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:15: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:15: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:15: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testname=testCBTestAllCallbacksAndPrin -11-19-2024 17:59:15: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:15: SVR-TRACE: **runmethod=testCBTestAllCallbacksAndPrin -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestAllCallbacksAndPrin_setup -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:15: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestAllCallbacksAndPrin_cleanup -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:15: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@ec61009 -11-19-2024 17:59:15: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1dec09c0 -11-19-2024 17:59:15: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:15: SVR: Performing callback verification... -11-19-2024 17:59:15: SVR-TRACE: Got connection. -11-19-2024 17:59:15: SVR-TRACE: Searching for string: cbTestAllCallbacksAndPrin: callbacks handled. -11-19-2024 17:59:15: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:15: SVR: testCBTestAllCallbacksAndPrin() passed -11-19-2024 17:59:15: SVR: Cleanup -11-19-2024 17:59:15: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:15: SVR: Test running in jsp vehicle passed -11-19-2024 17:59:15: Test status from a jsp: 0: -11-19-2024 17:59:15: Test: returning from running in a jsp vehicle -11-19-2024 17:59:15: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:15: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:15: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:15: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:15: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:15: Opened connection to http://localhost:8080/localTx_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:15: TRACE: got outputstream -11-19-2024 17:59:15: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:15: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestAllCallbacksNullPrinnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:15: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:15: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:15: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testname=testCBTestAllCallbacksNullPrin -11-19-2024 17:59:15: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:15: SVR-TRACE: **runmethod=testCBTestAllCallbacksNullPrin -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestAllCallbacksNullPrin_setup -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:15: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestAllCallbacksNullPrin_cleanup -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:15: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: Test status from a jsp: 0: -11-19-2024 17:59:15: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@34699a09 -11-19-2024 17:59:15: Test: returning from running in a jsp vehicle -11-19-2024 17:59:15: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@43c402d6 -11-19-2024 17:59:15: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:15: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:15: SVR: Performing callback verification... -11-19-2024 17:59:15: SVR-TRACE: Got connection. -11-19-2024 17:59:15: SVR-TRACE: Searching for string: cbTestAllCallbacksNullPrin: callbacks handled. -11-19-2024 17:59:15: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:15: SVR: testCBTestAllCallbacksNullPrin() passed -11-19-2024 17:59:15: SVR: Cleanup -11-19-2024 17:59:15: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:15: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:15: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:15: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:15: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:15: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:15: Opened connection to http://localhost:8080/localTx_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:15: TRACE: got outputstream -11-19-2024 17:59:15: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:15: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestCPCandGPCnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:15: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:15: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:15: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandGPC -11-19-2024 17:59:15: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:15: SVR-TRACE: **runmethod=testCBTestCPCandGPC -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandGPC_setup -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:15: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandGPC_cleanup -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:15: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4aec27c4 -11-19-2024 17:59:15: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7c556a76 -11-19-2024 17:59:15: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:15: SVR: Performing callback verification... -11-19-2024 17:59:15: SVR-TRACE: Got connection. -11-19-2024 17:59:15: SVR-TRACE: Searching for string: cbTestCPCandGPC: callbacks handled. -11-19-2024 17:59:15: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:15: Test status from a jsp: 0: -11-19-2024 17:59:15: SVR: testCBTestCPCandGPC() passed -11-19-2024 17:59:15: Test: returning from running in a jsp vehicle -11-19-2024 17:59:15: SVR: Cleanup -11-19-2024 17:59:15: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:15: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:15: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:15: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:15: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:15: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:15: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:15: Opened connection to http://localhost:8080/localTx_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:15: TRACE: got outputstream -11-19-2024 17:59:15: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:15: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestCPCandNullPrinnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:15: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:15: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:15: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandNullPrin -11-19-2024 17:59:15: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:15: SVR-TRACE: **runmethod=testCBTestCPCandNullPrin -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandNullPrin_setup -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:15: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandNullPrin_cleanup -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:15: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@463faa05 -11-19-2024 17:59:15: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4fa879dc -11-19-2024 17:59:15: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:15: SVR: Performing callback verification... -11-19-2024 17:59:15: SVR-TRACE: Got connection. -11-19-2024 17:59:15: SVR-TRACE: Searching for string: cbTestCPCandNullPrin: Case-1 security callbacks handled. -11-19-2024 17:59:15: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:15: Test status from a jsp: 0: -11-19-2024 17:59:15: SVR: testCBTestCPCandNullPrin() passed -11-19-2024 17:59:15: Test: returning from running in a jsp vehicle -11-19-2024 17:59:15: SVR: Cleanup -11-19-2024 17:59:15: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:15: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:15: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:15: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:15: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:15: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:15: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:15: Opened connection to http://localhost:8080/localTx_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:15: TRACE: got outputstream -11-19-2024 17:59:15: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:15: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestCPCandPVCnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:15: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:15: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:15: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandPVC -11-19-2024 17:59:15: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:15: SVR-TRACE: **runmethod=testCBTestCPCandPVC -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandPVC_setup -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:15: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandPVC_cleanup -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:15: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@2d5ee3a5 -11-19-2024 17:59:15: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@52f2bc71 -11-19-2024 17:59:15: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:15: SVR: Performing callback verification... -11-19-2024 17:59:15: SVR-TRACE: Got connection. -11-19-2024 17:59:15: SVR-TRACE: Searching for string: cbTestCPCandPVC: callbacks handled. -11-19-2024 17:59:15: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:15: Test status from a jsp: 0: -11-19-2024 17:59:15: SVR: testCBTestCPCandPVC() passed -11-19-2024 17:59:15: Test: returning from running in a jsp vehicle -11-19-2024 17:59:15: SVR: Cleanup -11-19-2024 17:59:15: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:15: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:15: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:15: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:15: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:15: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:15: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:15: Opened connection to http://localhost:8080/localTx_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:15: TRACE: got outputstream -11-19-2024 17:59:15: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:15: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestCPCandPrinnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:15: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:15: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:15: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandPrin -11-19-2024 17:59:15: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:15: SVR-TRACE: **runmethod=testCBTestCPCandPrin -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandPrin_setup -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:15: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandPrin_cleanup -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:15: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6dd39178 -11-19-2024 17:59:15: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@628e7353 -11-19-2024 17:59:15: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:15: SVR: Performing callback verification... -11-19-2024 17:59:15: SVR-TRACE: Got connection. -11-19-2024 17:59:15: SVR-TRACE: Searching for string: cbTestCPCandPrin: callbacks handled. -11-19-2024 17:59:15: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:15: Test status from a jsp: 0: -11-19-2024 17:59:15: Test: returning from running in a jsp vehicle -11-19-2024 17:59:15: SVR: testCBTestCPCandPrin() passed -11-19-2024 17:59:15: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:15: SVR: Cleanup -11-19-2024 17:59:15: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:15: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:15: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:15: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:15: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:15: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:15: Opened connection to http://localhost:8080/localTx_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:15: TRACE: got outputstream -11-19-2024 17:59:15: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:15: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestEISCPCandPrinnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:15: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:15: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:15: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testname=testCBTestEISCPCandPrin -11-19-2024 17:59:15: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:15: SVR-TRACE: **runmethod=testCBTestEISCPCandPrin -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestEISCPCandPrin_setup -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:15: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestEISCPCandPrin_cleanup -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:15: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@184d30fe -11-19-2024 17:59:15: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@404d31ca -11-19-2024 17:59:15: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:15: SVR: Performing callback verification... -11-19-2024 17:59:15: SVR-TRACE: Got connection. -11-19-2024 17:59:15: SVR-TRACE: Searching for string: cbEISTestCPCandPrin: callbacks handled. -11-19-2024 17:59:15: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:15: Test status from a jsp: 0: -11-19-2024 17:59:15: SVR: testCBTestEISCPCandPrin() passed -11-19-2024 17:59:15: Test: returning from running in a jsp vehicle -11-19-2024 17:59:15: SVR: Cleanup -11-19-2024 17:59:15: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:15: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:15: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:15: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:15: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:15: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:15: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:15: Opened connection to http://localhost:8080/localTx_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:15: TRACE: got outputstream -11-19-2024 17:59:15: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:15: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestGPCandCPCFailnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:15: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:15: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:15: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testname=testCBTestGPCandCPCFail -11-19-2024 17:59:15: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:15: SVR-TRACE: **runmethod=testCBTestGPCandCPCFail -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestGPCandCPCFail_setup -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:15: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestGPCandCPCFail_cleanup -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:15: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@213a08cf -11-19-2024 17:59:15: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4cb6a489 -11-19-2024 17:59:15: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:15: SVR: Performing callback verification... -11-19-2024 17:59:15: SVR-TRACE: Got connection. -11-19-2024 17:59:15: SVR-TRACE: Searching for string: cbTestGPCandCPCFail: callbacks are NOT handled - as expected. -11-19-2024 17:59:15: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:15: SVR: testCBTestGPCandCPCFail() passed -11-19-2024 17:59:15: SVR: Cleanup -11-19-2024 17:59:15: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:15: SVR: Test running in jsp vehicle passed -11-19-2024 17:59:15: Test status from a jsp: 0: -11-19-2024 17:59:15: Test: returning from running in a jsp vehicle -11-19-2024 17:59:15: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:15: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:15: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:15: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:15: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:15: Opened connection to http://localhost:8080/localTx_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:15: TRACE: got outputstream -11-19-2024 17:59:15: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:15: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testComponentManagednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:15: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:15: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:15: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testname=testComponentManaged -11-19-2024 17:59:15: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:15: SVR-TRACE: **runmethod=testComponentManaged -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testComponentManaged_setup -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:15: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testComponentManaged_cleanup -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:15: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@48d64e44 -11-19-2024 17:59:15: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@290c8bc0 -11-19-2024 17:59:15: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: SVR: Got connection object from the TSDataSource. -11-19-2024 17:59:15: SVR: Checking for Connection Validity. -11-19-2024 17:59:15: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:15: SVR: Exception inserting into table. -11-19-2024 17:59:15: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:15: SVR-ERROR: Exception at: -11-19-2024 17:59:15: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.security.securityClient1.testComponentManaged(securityClient1.java:192) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.security.securityClient1.testComponentManaged(securityClient1.java:188) - ... 41 more - -11-19-2024 17:59:15: SVR: Cleanup -11-19-2024 17:59:15: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:15: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:15: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:15: Test: returning from running in a jsp vehicle -11-19-2024 17:59:15: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:15: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:15: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:15: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:15: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:15: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:15: Opened connection to http://localhost:8080/localTx_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:15: TRACE: got outputstream -11-19-2024 17:59:15: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:15: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:15: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnManagerAllocateConnectionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:15: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:15: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:15: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:15: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:15: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ** IN getRunMethod: testname=testConnManagerAllocateConnection -11-19-2024 17:59:15: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:15: SVR-TRACE: **runmethod=testConnManagerAllocateConnection -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnManagerAllocateConnection_setup -11-19-2024 17:59:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:15: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnManagerAllocateConnection_cleanup -11-19-2024 17:59:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:15: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:15: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:15: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6d2b9c2b -11-19-2024 17:59:15: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6f7daf08 -11-19-2024 17:59:15: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:15: SVR: Got connection from the TSDataSource. -11-19-2024 17:59:15: SVR: Checking for Connection Validity. -11-19-2024 17:59:15: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:15: SVR: Exception inserting into table. -11-19-2024 17:59:15: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:15: SVR-ERROR: Exception at: -11-19-2024 17:59:15: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.security.securityClient1.testConnManagerAllocateConnection(securityClient1.java:654) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.security.securityClient1.testConnManagerAllocateConnection(securityClient1.java:650) - ... 41 more - -11-19-2024 17:59:15: SVR: Cleanup -11-19-2024 17:59:15: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:15: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:15: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:15: Test: returning from running in a jsp vehicle -11-19-2024 17:59:15: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:16: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:16: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:16: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:16: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:16: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:16: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:16: Opened connection to http://localhost:8080/localTx_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:16: TRACE: got outputstream -11-19-2024 17:59:16: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:16: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:16: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:16: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:16: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:16: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testContainerManagednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:16: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:16: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:16: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:16: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:16: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:16: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_jsp_vehicle/localTx_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:16: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:16: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:16: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:16: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:16: SVR-TRACE: ** IN getRunMethod: testname=testContainerManaged -11-19-2024 17:59:16: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:16: SVR-TRACE: **runmethod=testContainerManaged -11-19-2024 17:59:16: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:16: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:16: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testContainerManaged_setup -11-19-2024 17:59:16: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:16: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:16: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:16: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testContainerManaged_cleanup -11-19-2024 17:59:16: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:16: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:16: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:16: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:16: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:16: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1b1a477f -11-19-2024 17:59:16: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1be50995 -11-19-2024 17:59:16: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:16: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:16: SVR: Got connection from the TSDataSource. -11-19-2024 17:59:16: SVR: Checking for Connection Validity. -11-19-2024 17:59:16: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:16: SVR: Exception inserting into table. -11-19-2024 17:59:16: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:16: SVR-ERROR: Exception at: -11-19-2024 17:59:16: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.security.securityClient1.testContainerManaged(securityClient1.java:147) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.security.securityClient1.testContainerManaged(securityClient1.java:143) - ... 41 more - -11-19-2024 17:59:16: SVR: Cleanup -11-19-2024 17:59:16: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:16: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:16: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:16: Test: returning from running in a jsp vehicle -11-19-2024 17:59:16: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 12, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 5.262 s <<< FAILURE! - in com.sun.ts.tests.connector.localTx.security.securityClient1JspTest -[ERROR] com.sun.ts.tests.connector.localTx.security.securityClient1JspTest.testAppEISSignon Time elapsed: 0.217 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.security.securityClient1JspTest.testComponentManaged Time elapsed: 0.019 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.security.securityClient1JspTest.testConnManagerAllocateConnection Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.security.securityClient1JspTest.testContainerManaged Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.localTx.security.securityClient1ServletTest -Nov 19, 2024 5:59:16 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:17 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:17 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:17 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:18 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:18 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:18 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:18 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:19 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:19 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:20: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:20: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:20: Opened connection to http://localhost:8080/localTx_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:20: TRACE: got outputstream -11-19-2024 17:59:20: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:20: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 17:59:20: SVR-TRACE: In doPost -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:20: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAppEISSignonnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testname=testAppEISSignon -11-19-2024 17:59:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:20: SVR-TRACE: **runmethod=testAppEISSignon -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAppEISSignon_setup -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAppEISSignon_cleanup -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:20: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@79867ca -11-19-2024 17:59:20: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4d2eef05 -11-19-2024 17:59:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:20: SVR: Got connection object from the TSDataSource. -11-19-2024 17:59:20: SVR: Checking for Connection Validity. -11-19-2024 17:59:20: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:20: SVR: Exception inserting into table. -11-19-2024 17:59:20: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:20: SVR-ERROR: Exception at: -11-19-2024 17:59:20: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.security.securityClient1.testAppEISSignon(securityClient1.java:235) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.security.securityClient1.testAppEISSignon(securityClient1.java:231) - ... 38 more - -11-19-2024 17:59:20: SVR: Cleanup -11-19-2024 17:59:20: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:20: SVR: Test running in servlet vehicle failed -11-19-2024 17:59:20: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:20: Test: returning from running in a servlet vehicle -11-19-2024 17:59:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:20: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:20: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:20: Opened connection to http://localhost:8080/localTx_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:20: TRACE: got outputstream -11-19-2024 17:59:20: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:20: SVR-TRACE: In doPost -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:20: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestAllCallbacksAndPrinnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testname=testCBTestAllCallbacksAndPrin -11-19-2024 17:59:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:20: SVR-TRACE: **runmethod=testCBTestAllCallbacksAndPrin -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestAllCallbacksAndPrin_setup -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestAllCallbacksAndPrin_cleanup -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:20: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6527f492 -11-19-2024 17:59:20: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@c67396e -11-19-2024 17:59:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:20: SVR: Performing callback verification... -11-19-2024 17:59:20: SVR-TRACE: Got connection. -11-19-2024 17:59:20: SVR-TRACE: Searching for string: cbTestAllCallbacksAndPrin: callbacks handled. -11-19-2024 17:59:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:20: SVR: testCBTestAllCallbacksAndPrin() passed -11-19-2024 17:59:20: SVR: Cleanup -11-19-2024 17:59:20: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:20: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:20: Test status from a servlet: 0: -11-19-2024 17:59:20: Test: returning from running in a servlet vehicle -11-19-2024 17:59:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:20: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:20: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:20: Opened connection to http://localhost:8080/localTx_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:20: TRACE: got outputstream -11-19-2024 17:59:20: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:20: SVR-TRACE: In doPost -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:20: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestAllCallbacksNullPrinnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testname=testCBTestAllCallbacksNullPrin -11-19-2024 17:59:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:20: SVR-TRACE: **runmethod=testCBTestAllCallbacksNullPrin -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestAllCallbacksNullPrin_setup -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestAllCallbacksNullPrin_cleanup -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:20: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4a1aef23 -11-19-2024 17:59:20: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7260174a -11-19-2024 17:59:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:20: SVR: Performing callback verification... -11-19-2024 17:59:20: SVR-TRACE: Got connection. -11-19-2024 17:59:20: SVR-TRACE: Searching for string: cbTestAllCallbacksNullPrin: callbacks handled. -11-19-2024 17:59:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:20: SVR: testCBTestAllCallbacksNullPrin() passed -11-19-2024 17:59:20: SVR: Cleanup -11-19-2024 17:59:20: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:20: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:20: Test status from a servlet: 0: -11-19-2024 17:59:20: Test: returning from running in a servlet vehicle -11-19-2024 17:59:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:20: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:20: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:20: Opened connection to http://localhost:8080/localTx_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:20: TRACE: got outputstream -11-19-2024 17:59:20: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:20: SVR-TRACE: In doPost -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:20: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestCPCandGPCnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandGPC -11-19-2024 17:59:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:20: SVR-TRACE: **runmethod=testCBTestCPCandGPC -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandGPC_setup -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandGPC_cleanup -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:20: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@2075ee37 -11-19-2024 17:59:20: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@38fc3c41 -11-19-2024 17:59:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:20: SVR: Performing callback verification... -11-19-2024 17:59:20: SVR-TRACE: Got connection. -11-19-2024 17:59:20: SVR-TRACE: Searching for string: cbTestCPCandGPC: callbacks handled. -11-19-2024 17:59:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:20: Test status from a servlet: 0: -11-19-2024 17:59:20: SVR: testCBTestCPCandGPC() passed -11-19-2024 17:59:20: SVR: Cleanup -11-19-2024 17:59:20: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:20: Test: returning from running in a servlet vehicle -11-19-2024 17:59:20: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:20: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:20: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:20: Opened connection to http://localhost:8080/localTx_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:20: TRACE: got outputstream -11-19-2024 17:59:20: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:20: SVR-TRACE: In doPost -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:20: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestCPCandNullPrinnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandNullPrin -11-19-2024 17:59:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:20: SVR-TRACE: **runmethod=testCBTestCPCandNullPrin -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandNullPrin_setup -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandNullPrin_cleanup -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:20: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@298f1a13 -11-19-2024 17:59:20: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1a68153c -11-19-2024 17:59:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:20: SVR: Performing callback verification... -11-19-2024 17:59:20: SVR-TRACE: Got connection. -11-19-2024 17:59:20: SVR-TRACE: Searching for string: cbTestCPCandNullPrin: Case-1 security callbacks handled. -11-19-2024 17:59:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:20: SVR: testCBTestCPCandNullPrin() passed -11-19-2024 17:59:20: Test status from a servlet: 0: -11-19-2024 17:59:20: SVR: Cleanup -11-19-2024 17:59:20: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:20: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:20: Test: returning from running in a servlet vehicle -11-19-2024 17:59:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:20: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:20: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:20: Opened connection to http://localhost:8080/localTx_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:20: TRACE: got outputstream -11-19-2024 17:59:20: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:20: SVR-TRACE: In doPost -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:20: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestCPCandPVCnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandPVC -11-19-2024 17:59:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:20: SVR-TRACE: **runmethod=testCBTestCPCandPVC -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandPVC_setup -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandPVC_cleanup -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:20: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@58c0a64c -11-19-2024 17:59:20: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@37ad400e -11-19-2024 17:59:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:20: SVR: Performing callback verification... -11-19-2024 17:59:20: SVR-TRACE: Got connection. -11-19-2024 17:59:20: SVR-TRACE: Searching for string: cbTestCPCandPVC: callbacks handled. -11-19-2024 17:59:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:20: Test status from a servlet: 0: -11-19-2024 17:59:20: SVR: testCBTestCPCandPVC() passed -11-19-2024 17:59:20: SVR: Cleanup -11-19-2024 17:59:20: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:20: Test: returning from running in a servlet vehicle -11-19-2024 17:59:20: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:20: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:20: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:20: Opened connection to http://localhost:8080/localTx_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:20: TRACE: got outputstream -11-19-2024 17:59:20: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:20: SVR-TRACE: In doPost -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:20: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestCPCandPrinnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandPrin -11-19-2024 17:59:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:20: SVR-TRACE: **runmethod=testCBTestCPCandPrin -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandPrin_setup -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandPrin_cleanup -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:20: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4523bac5 -11-19-2024 17:59:20: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@27d45594 -11-19-2024 17:59:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:20: SVR: Performing callback verification... -11-19-2024 17:59:20: SVR-TRACE: Got connection. -11-19-2024 17:59:20: SVR-TRACE: Searching for string: cbTestCPCandPrin: callbacks handled. -11-19-2024 17:59:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:20: SVR: testCBTestCPCandPrin() passed -11-19-2024 17:59:20: Test status from a servlet: 0: -11-19-2024 17:59:20: SVR: Cleanup -11-19-2024 17:59:20: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:20: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:20: Test: returning from running in a servlet vehicle -11-19-2024 17:59:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:20: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:20: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:20: Opened connection to http://localhost:8080/localTx_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:20: TRACE: got outputstream -11-19-2024 17:59:20: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:20: SVR-TRACE: In doPost -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:20: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:20: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestEISCPCandPrinnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ** IN getRunMethod: testname=testCBTestEISCPCandPrin -11-19-2024 17:59:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:20: SVR-TRACE: **runmethod=testCBTestEISCPCandPrin -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestEISCPCandPrin_setup -11-19-2024 17:59:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestEISCPCandPrin_cleanup -11-19-2024 17:59:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:20: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:20: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@200441c -11-19-2024 17:59:20: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6ca136d9 -11-19-2024 17:59:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:20: SVR: Performing callback verification... -11-19-2024 17:59:20: SVR-TRACE: Got connection. -11-19-2024 17:59:20: SVR-TRACE: Searching for string: cbEISTestCPCandPrin: callbacks handled. -11-19-2024 17:59:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:20: SVR: testCBTestEISCPCandPrin() passed -11-19-2024 17:59:20: SVR: Cleanup -11-19-2024 17:59:20: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:20: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:20: Test status from a servlet: 0: -11-19-2024 17:59:20: Test: returning from running in a servlet vehicle -11-19-2024 17:59:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:21: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:21: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:21: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:21: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:21: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:21: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:21: Opened connection to http://localhost:8080/localTx_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:21: TRACE: got outputstream -11-19-2024 17:59:21: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:21: SVR-TRACE: In doPost -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:21: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:21: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testCBTestGPCandCPCFailnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:21: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:21: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:21: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:21: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:21: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:21: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: ** IN getRunMethod: testname=testCBTestGPCandCPCFail -11-19-2024 17:59:21: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:21: SVR-TRACE: **runmethod=testCBTestGPCandCPCFail -11-19-2024 17:59:21: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:21: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:21: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestGPCandCPCFail_setup -11-19-2024 17:59:21: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:21: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:21: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestGPCandCPCFail_cleanup -11-19-2024 17:59:21: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:21: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:21: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:21: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:21: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3725381 -11-19-2024 17:59:21: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4d612cee -11-19-2024 17:59:21: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:21: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:21: SVR: Performing callback verification... -11-19-2024 17:59:21: SVR-TRACE: Got connection. -11-19-2024 17:59:21: SVR-TRACE: Searching for string: cbTestGPCandCPCFail: callbacks are NOT handled - as expected. -11-19-2024 17:59:21: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:21: SVR: testCBTestGPCandCPCFail() passed -11-19-2024 17:59:21: SVR: Cleanup -11-19-2024 17:59:21: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:21: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:21: Test status from a servlet: 0: -11-19-2024 17:59:21: Test: returning from running in a servlet vehicle -11-19-2024 17:59:21: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:21 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:21: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:21: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:21: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:21: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:21: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:21: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:21: Opened connection to http://localhost:8080/localTx_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:21: TRACE: got outputstream -11-19-2024 17:59:21: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:21: SVR-TRACE: In doPost -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:21: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:21: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testComponentManagednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:21: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:21: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:21: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:21: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:21: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:21: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: ** IN getRunMethod: testname=testComponentManaged -11-19-2024 17:59:21: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:21: SVR-TRACE: **runmethod=testComponentManaged -11-19-2024 17:59:21: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:21: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:21: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testComponentManaged_setup -11-19-2024 17:59:21: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:21: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:21: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testComponentManaged_cleanup -11-19-2024 17:59:21: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:21: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:21: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:21: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:21: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4ca7cef8 -11-19-2024 17:59:21: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@75782d55 -11-19-2024 17:59:21: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:21: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:21: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:21: SVR: Got connection object from the TSDataSource. -11-19-2024 17:59:21: SVR: Checking for Connection Validity. -11-19-2024 17:59:21: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:21: SVR: Exception inserting into table. -11-19-2024 17:59:21: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:21: SVR-ERROR: Exception at: -11-19-2024 17:59:21: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.security.securityClient1.testComponentManaged(securityClient1.java:192) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.security.securityClient1.testComponentManaged(securityClient1.java:188) - ... 38 more - -11-19-2024 17:59:21: SVR: Cleanup -11-19-2024 17:59:21: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:21: SVR: Test running in servlet vehicle failed -11-19-2024 17:59:21: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:21: Test: returning from running in a servlet vehicle -11-19-2024 17:59:21: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:21 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:21: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:21: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:21: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:21: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:21: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:21: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:21: Opened connection to http://localhost:8080/localTx_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:21: TRACE: got outputstream -11-19-2024 17:59:21: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:21: SVR-TRACE: In doPost -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:21: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:21: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnManagerAllocateConnectionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:21: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:21: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:21: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:21: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:21: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:21: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: ** IN getRunMethod: testname=testConnManagerAllocateConnection -11-19-2024 17:59:21: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:21: SVR-TRACE: **runmethod=testConnManagerAllocateConnection -11-19-2024 17:59:21: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:21: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:21: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnManagerAllocateConnection_setup -11-19-2024 17:59:21: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:21: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:21: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnManagerAllocateConnection_cleanup -11-19-2024 17:59:21: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:21: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:21: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:21: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:21: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@2dcded30 -11-19-2024 17:59:21: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6e2bfe00 -11-19-2024 17:59:21: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:21: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:21: SVR: Got connection from the TSDataSource. -11-19-2024 17:59:21: SVR: Checking for Connection Validity. -11-19-2024 17:59:21: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:21: SVR: Exception inserting into table. -11-19-2024 17:59:21: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:21: SVR-ERROR: Exception at: -11-19-2024 17:59:21: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.security.securityClient1.testConnManagerAllocateConnection(securityClient1.java:654) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.security.securityClient1.testConnManagerAllocateConnection(securityClient1.java:650) - ... 38 more - -11-19-2024 17:59:21: SVR: Cleanup -11-19-2024 17:59:21: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:21: SVR: Test running in servlet vehicle failed -11-19-2024 17:59:21: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:21: Test: returning from running in a servlet vehicle -11-19-2024 17:59:21: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:21 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:21 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:21: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:21: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:21: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:21: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:21: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:21: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:21: Opened connection to http://localhost:8080/localTx_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:21: TRACE: got outputstream -11-19-2024 17:59:21: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:21: SVR-TRACE: In doPost -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:21: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:21: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:21: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testContainerManagednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:21: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/security/securityClient1.class -11-19-2024 17:59:21: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:21: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_security_servlet_vehicle/localTx_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:21: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:21: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:21: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: ** IN getRunMethod: testname=testContainerManaged -11-19-2024 17:59:21: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:21: SVR-TRACE: **runmethod=testContainerManaged -11-19-2024 17:59:21: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:21: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:21: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testContainerManaged_setup -11-19-2024 17:59:21: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:21: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:21: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testContainerManaged_cleanup -11-19-2024 17:59:21: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:21: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.security.securityClient1 -11-19-2024 17:59:21: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:21: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:21: SVR: Using: java:comp/env/eis/whitebox-tx-param -11-19-2024 17:59:21: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@5887c517 -11-19-2024 17:59:21: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@230de3e3 -11-19-2024 17:59:21: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:21: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:21: SVR: Got connection from the TSDataSource. -11-19-2024 17:59:21: SVR: Checking for Connection Validity. -11-19-2024 17:59:21: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:21: SVR: Exception inserting into table. -11-19-2024 17:59:21: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:21: SVR-ERROR: Exception at: -11-19-2024 17:59:21: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.security.securityClient1.testContainerManaged(securityClient1.java:147) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.security.securityClient1.testContainerManaged(securityClient1.java:143) - ... 38 more - -11-19-2024 17:59:21: SVR: Cleanup -11-19-2024 17:59:21: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:21: SVR: Test running in servlet vehicle failed -11-19-2024 17:59:21: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:21: Test: returning from running in a servlet vehicle -11-19-2024 17:59:21: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 12, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 5.059 s <<< FAILURE! - in com.sun.ts.tests.connector.localTx.security.securityClient1ServletTest -[ERROR] com.sun.ts.tests.connector.localTx.security.securityClient1ServletTest.testAppEISSignon Time elapsed: 0.021 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.security.securityClient1ServletTest.testComponentManaged Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.security.securityClient1ServletTest.testConnManagerAllocateConnection Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.security.securityClient1ServletTest.testContainerManaged Time elapsed: 0.015 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1JspTest -Nov 19, 2024 5:59:21 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:22 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:22 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:22 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:23 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:23 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:23 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:24 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:25 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:25 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:25 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:26 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:26 PM org.omnifaces.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap -SEVERE: While Deploying Application: localTx_transinflow_jsp_vehicle --exit_code: FAILURE, message: Error occurred during deployment: Exception while deploying the app [localTx_transinflow_jsp_vehicle] : Error in parsing WEB-INF/sun-web.xml for archive [file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_jsp_vehicle/localTx_transinflow_jsp_vehicle_web_war/]: The xml element should be [sun-web-app] rather than [web-app]. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request] -Nov 19, 2024 5:59:26 PM org.omnifaces.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap -WARNING: While Deploying Application: localTx_transinflow_jsp_vehicle --exit_code: FAILURE, message: Resource not found. [status: CLIENT_ERROR reason: Not Found] -[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.833 s <<< FAILURE! - in com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1JspTest -[ERROR] com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1JspTest Time elapsed: 5.833 s <<< ERROR! -org.jboss.arquillian.container.spi.client.container.DeploymentException: Could not deploy localTx_transinflow_jsp_vehicle.ear -Caused by: org.omnifaces.arquillian.jersey.server.ContainerException: While Deploying Application: localTx_transinflow_jsp_vehicle --exit_code: FAILURE, message: Error occurred during deployment: Exception while deploying the app [localTx_transinflow_jsp_vehicle] : Error in parsing WEB-INF/sun-web.xml for archive [file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_jsp_vehicle/localTx_transinflow_jsp_vehicle_web_war/]: The xml element should be [sun-web-app] rather than [web-app]. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request] - -[INFO] Running com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1ServletTest -Nov 19, 2024 5:59:26 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:27 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:28 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:28 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:28 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:29 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:29 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:29 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:30 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:30 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:30 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:31 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:31 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:32 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1, vehicle: servlet -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_transinflow_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:32: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:32: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:32: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:32: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:32: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:32: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:32: Opened connection to http://localhost:8080/localTx_transinflow_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:32: TRACE: got outputstream -11-19-2024 17:59:32: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:32: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 17:59:32: SVR-TRACE: In doPost -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:32: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:32: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConcurrentWorkXidnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_transinflow_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:32: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.class -11-19-2024 17:59:32: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:32: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:32: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:32: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:32: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ** IN getRunMethod: testname=testConcurrentWorkXid -11-19-2024 17:59:32: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:32: SVR-TRACE: **runmethod=testConcurrentWorkXid -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:32: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:32: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConcurrentWorkXid_setup -11-19-2024 17:59:32: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:32: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:32: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConcurrentWorkXid_cleanup -11-19-2024 17:59:32: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:32: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:32: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:32: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:32: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:32: SVR: establishing connection to rar... -11-19-2024 17:59:32: SVR: Got RA log. -11-19-2024 17:59:32: SVR-TRACE: Got connection. -11-19-2024 17:59:32: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:32: SVR: Methods called correctly -11-19-2024 17:59:32: SVR: Performing end to end verification... -11-19-2024 17:59:32: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:32: SVR: Exception inserting into table. -11-19-2024 17:59:32: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:32: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:32: SVR-ERROR: Exception at: -11-19-2024 17:59:32: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1.testConcurrentWorkXid(transinflowClient1.java:434) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1.testConcurrentWorkXid(transinflowClient1.java:430) - ... 38 more - -11-19-2024 17:59:32: Test: returning from running in a servlet vehicle -11-19-2024 17:59:32: SVR: Cleanup -11-19-2024 17:59:32: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:32: SVR: Test running in servlet vehicle failed -Nov 19, 2024 5:59:32 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1, vehicle: servlet -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_transinflow_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:32: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:32: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:32: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:32: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:32: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:32: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:32: Opened connection to http://localhost:8080/localTx_transinflow_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:32: TRACE: got outputstream -11-19-2024 17:59:32: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:32: SVR-TRACE: In doPost -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:32: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:32: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testGetTransactionSupportnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_transinflow_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:32: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.class -11-19-2024 17:59:32: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:32: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:32: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:32: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:32: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ** IN getRunMethod: testname=testGetTransactionSupport -11-19-2024 17:59:32: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:32: SVR-TRACE: **runmethod=testGetTransactionSupport -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:32: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:32: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetTransactionSupport_setup -11-19-2024 17:59:32: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:32: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:32: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetTransactionSupport_cleanup -11-19-2024 17:59:32: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:32: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:32: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:32: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:32: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:32: SVR: establishing connection to rar... -11-19-2024 17:59:32: SVR: Getting RA log. -11-19-2024 17:59:32: SVR-TRACE: Got RA log and connection. -11-19-2024 17:59:32: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:32: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:32: SVR: Methods called correctly -11-19-2024 17:59:32: SVR: Performing end to end verification... -11-19-2024 17:59:32: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:32: Test: returning from running in a servlet vehicle -11-19-2024 17:59:32: SVR: Exception inserting into table. -11-19-2024 17:59:32: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:32: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:32: SVR-ERROR: Exception at: -11-19-2024 17:59:32: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1.testGetTransactionSupport(transinflowClient1.java:154) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1.testGetTransactionSupport(transinflowClient1.java:150) - ... 38 more - -11-19-2024 17:59:32: SVR: Cleanup -11-19-2024 17:59:32: SVR: Test running in servlet vehicle failed -Nov 19, 2024 5:59:32 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1, vehicle: servlet -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_transinflow_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:32: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:32: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:32: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:32: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:32: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:32: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:32: Opened connection to http://localhost:8080/localTx_transinflow_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:32: TRACE: got outputstream -11-19-2024 17:59:32: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:32: SVR-TRACE: In doPost -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:32: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:32: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testSetResourceAdapterMethodnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_transinflow_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:32: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.class -11-19-2024 17:59:32: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:32: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:32: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:32: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:32: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ** IN getRunMethod: testname=testSetResourceAdapterMethod -11-19-2024 17:59:32: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:32: SVR-TRACE: **runmethod=testSetResourceAdapterMethod -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:32: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:32: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSetResourceAdapterMethod_setup -11-19-2024 17:59:32: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:32: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:32: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSetResourceAdapterMethod_cleanup -11-19-2024 17:59:32: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:32: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:32: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:32: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:32: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:32: SVR: establishing connection to rar... -11-19-2024 17:59:32: SVR: Got RA log. -11-19-2024 17:59:32: SVR-TRACE: Got connection. -11-19-2024 17:59:32: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:32: SVR: testSetResourceAdapterMethod called correctly -11-19-2024 17:59:32: SVR: Performing end to end verification... -11-19-2024 17:59:32: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:32: SVR: Exception inserting into table. -11-19-2024 17:59:32: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:32: SVR-ERROR: Exception at: -11-19-2024 17:59:32: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1.testSetResourceAdapterMethod(transinflowClient1.java:235) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1.testSetResourceAdapterMethod(transinflowClient1.java:231) - ... 38 more - -11-19-2024 17:59:32: SVR: Cleanup -11-19-2024 17:59:32: SVR: Test running in servlet vehicle failed -11-19-2024 17:59:32: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:32: Test: returning from running in a servlet vehicle -11-19-2024 17:59:32: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:32 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1, vehicle: servlet -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_transinflow_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:32: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:32: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:32: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:32: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:32: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:32: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:32: Opened connection to http://localhost:8080/localTx_transinflow_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:32: TRACE: got outputstream -11-19-2024 17:59:32: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:32: SVR-TRACE: In doPost -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:32: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:32: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testTransactionSynchronizationRegistrynullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_transinflow_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:32: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.class -11-19-2024 17:59:32: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:32: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:32: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:32: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:32: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ** IN getRunMethod: testname=testTransactionSynchronizationRegistry -11-19-2024 17:59:32: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:32: SVR-TRACE: **runmethod=testTransactionSynchronizationRegistry -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:32: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:32: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testTransactionSynchronizationRegistry_setup -11-19-2024 17:59:32: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:32: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:32: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testTransactionSynchronizationRegistry_cleanup -11-19-2024 17:59:32: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:32: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:32: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:32: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:32: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:32: SVR: establishing connection to rar... -11-19-2024 17:59:32: SVR: Got RA log. -11-19-2024 17:59:32: SVR-TRACE: Got connection. -11-19-2024 17:59:32: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:32: Test status from a servlet: 0: -11-19-2024 17:59:32: SVR: Methods called correctly -11-19-2024 17:59:32: SVR: Cleanup -11-19-2024 17:59:32: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:32: Test: returning from running in a servlet vehicle -11-19-2024 17:59:32: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:32 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1, vehicle: servlet -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:32 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_transinflow_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:32: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:32: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:32: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:32: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:32: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:32: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:32: Opened connection to http://localhost:8080/localTx_transinflow_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:32: TRACE: got outputstream -11-19-2024 17:59:32: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:32: SVR-TRACE: In doPost -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:32: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:32: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:32: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testXATerminatornullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_transinflow_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:32: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.class -11-19-2024 17:59:32: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:32: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_transinflow_servlet_vehicle/localTx_transinflow_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:32: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:32: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:32: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ** IN getRunMethod: testname=testXATerminator -11-19-2024 17:59:32: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:32: SVR-TRACE: **runmethod=testXATerminator -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:32: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:32: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testXATerminator_setup -11-19-2024 17:59:32: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:32: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:32: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testXATerminator_cleanup -11-19-2024 17:59:32: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:32: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:32: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:32: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:32: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:32: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:32: SVR: establishing connection to rar... -11-19-2024 17:59:32: SVR: Got RA log. -11-19-2024 17:59:32: SVR-TRACE: Got connection. -11-19-2024 17:59:32: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:32: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:32: SVR: Methods called correctly -11-19-2024 17:59:32: SVR: Performing end to end verification... -11-19-2024 17:59:32: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:32: SVR: Exception inserting into table. -11-19-2024 17:59:32: Test: returning from running in a servlet vehicle -11-19-2024 17:59:32: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:32: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:32: SVR-ERROR: Exception at: -11-19-2024 17:59:32: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1.testXATerminator(transinflowClient1.java:315) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1.testXATerminator(transinflowClient1.java:311) - ... 38 more - -11-19-2024 17:59:32: SVR: Cleanup -11-19-2024 17:59:32: SVR: Test running in servlet vehicle failed -[ERROR] Tests run: 5, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 5.593 s <<< FAILURE! - in com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1ServletTest -[ERROR] com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1ServletTest.testConcurrentWorkXid Time elapsed: 0.022 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1ServletTest.testGetTransactionSupport Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1ServletTest.testSetResourceAdapterMethod Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1ServletTest.testXATerminator Time elapsed: 0.015 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientJspTest -Nov 19, 2024 5:59:32 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:32 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:33 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:33 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:33 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:34 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:34 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:34 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: jsp -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:37: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:37: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:37: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:37: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:37: Opened connection to http://localhost:8080/workcontext_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:37: TRACE: got outputstream -11-19-2024 17:59:37: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:37: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testHICNotificationsnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:37: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:37: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:37: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testname=testHICNotifications -11-19-2024 17:59:37: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:37: SVR-TRACE: **runmethod=testHICNotifications -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testHICNotifications_setup -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:37: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testHICNotifications_cleanup -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:37: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:37: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:37: SVR: Got RA log. -11-19-2024 17:59:37: SVR-TRACE: Got connection. -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: SVR: testWorkContextNotifications() failed with following values: iContextSetupFailedCount = -1 -11-19-2024 17:59:37: SVR: Cleanup -11-19-2024 17:59:37: SVR: Test running in jsp vehicle passed -11-19-2024 17:59:37: Test status from a jsp: 0: -11-19-2024 17:59:37: Test: returning from running in a jsp vehicle -11-19-2024 17:59:37: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: jsp -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:37: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:37: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:37: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:37: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:37: Opened connection to http://localhost:8080/workcontext_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:37: TRACE: got outputstream -11-19-2024 17:59:37: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:37: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testIsContextSupportednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:37: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:37: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:37: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testname=testIsContextSupported -11-19-2024 17:59:37: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:37: SVR-TRACE: **runmethod=testIsContextSupported -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testIsContextSupported_setup -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:37: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testIsContextSupported_cleanup -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:37: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:37: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:37: SVR: Performing callback verification... -11-19-2024 17:59:37: SVR: Got RA log. -11-19-2024 17:59:37: SVR-TRACE: Got connection. -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: Test status from a jsp: 0: -11-19-2024 17:59:37: Test: returning from running in a jsp vehicle -11-19-2024 17:59:37: SVR: Methods called correctly -11-19-2024 17:59:37: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:37: SVR: Cleanup -11-19-2024 17:59:37: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: jsp -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:37: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:37: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:37: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:37: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:37: Opened connection to http://localhost:8080/workcontext_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:37: TRACE: got outputstream -11-19-2024 17:59:37: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:37: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNestedWorkContextsnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:37: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:37: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:37: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testname=testNestedWorkContexts -11-19-2024 17:59:37: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:37: SVR-TRACE: **runmethod=testNestedWorkContexts -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWorkContexts_setup -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:37: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWorkContexts_cleanup -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:37: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:37: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:37: SVR: Performing callback verification... -11-19-2024 17:59:37: SVR: Got RA log. -11-19-2024 17:59:37: SVR-TRACE: Got connections. -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: Test status from a jsp: 0: -11-19-2024 17:59:37: Test: returning from running in a jsp vehicle -11-19-2024 17:59:37: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: SVR: testNestedWorkContexts() passed -11-19-2024 17:59:37: SVR: Cleanup -11-19-2024 17:59:37: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: jsp -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:37: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:37: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:37: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:37: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:37: Opened connection to http://localhost:8080/workcontext_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:37: TRACE: got outputstream -11-19-2024 17:59:37: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:37: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNestedWorkContexts2nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:37: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:37: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:37: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testname=testNestedWorkContexts2 -11-19-2024 17:59:37: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:37: SVR-TRACE: **runmethod=testNestedWorkContexts2 -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWorkContexts2_setup -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:37: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWorkContexts2_cleanup -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:37: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:37: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:37: SVR: Performing callback verification... -11-19-2024 17:59:37: SVR: Got RA log. -11-19-2024 17:59:37: SVR-TRACE: Got connection. -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: Test status from a jsp: 0: -11-19-2024 17:59:37: SVR: testNestedWorkContexts2() passed -11-19-2024 17:59:37: Test: returning from running in a jsp vehicle -11-19-2024 17:59:37: SVR: Cleanup -11-19-2024 17:59:37: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:37: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: jsp -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:37: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:37: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:37: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:37: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:37: Opened connection to http://localhost:8080/workcontext_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:37: TRACE: got outputstream -11-19-2024 17:59:37: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:37: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNestedWorkContexts3nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:37: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:37: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:37: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testname=testNestedWorkContexts3 -11-19-2024 17:59:37: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:37: SVR-TRACE: **runmethod=testNestedWorkContexts3 -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWorkContexts3_setup -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:37: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWorkContexts3_cleanup -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:37: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:37: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:37: SVR: Performing callback verification... -11-19-2024 17:59:37: SVR: Got RA log. -11-19-2024 17:59:37: SVR-TRACE: Got connection. -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: SVR: testNestedWorkContexts3() passed -11-19-2024 17:59:37: Test status from a jsp: 0: -11-19-2024 17:59:37: Test: returning from running in a jsp vehicle -11-19-2024 17:59:37: SVR: Cleanup -11-19-2024 17:59:37: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:37: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: jsp -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:37: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:37: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:37: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:37: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:37: Opened connection to http://localhost:8080/workcontext_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:37: TRACE: got outputstream -11-19-2024 17:59:37: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:37: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testSecurityContextCBHnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:37: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:37: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:37: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testname=testSecurityContextCBH -11-19-2024 17:59:37: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:37: SVR-TRACE: **runmethod=testSecurityContextCBH -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSecurityContextCBH_setup -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:37: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSecurityContextCBH_cleanup -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:37: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:37: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:37: SVR: Performing callback verification... -11-19-2024 17:59:37: SVR: Got RA log. -11-19-2024 17:59:37: SVR-TRACE: Got connection. -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: Test status from a jsp: 0: -11-19-2024 17:59:37: Test: returning from running in a jsp vehicle -11-19-2024 17:59:37: SVR: testSecurityContextCBH() passed -11-19-2024 17:59:37: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:37: SVR: Cleanup -11-19-2024 17:59:37: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: jsp -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:37: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:37: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:37: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:37: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:37: Opened connection to http://localhost:8080/workcontext_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:37: TRACE: got outputstream -11-19-2024 17:59:37: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:37: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testSecurityContextExecSubjectnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:37: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:37: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:37: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testname=testSecurityContextExecSubject -11-19-2024 17:59:37: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:37: SVR-TRACE: **runmethod=testSecurityContextExecSubject -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSecurityContextExecSubject_setup -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:37: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSecurityContextExecSubject_cleanup -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:37: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:37: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:37: SVR: Performing callback verification... -11-19-2024 17:59:37: SVR: Got RA log. -11-19-2024 17:59:37: SVR-TRACE: Got connection. -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: Test status from a jsp: 0: -11-19-2024 17:59:37: SVR: testSecurityContextExecSubject() passed -11-19-2024 17:59:37: Test: returning from running in a jsp vehicle -11-19-2024 17:59:37: SVR: Cleanup -11-19-2024 17:59:37: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:37: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: jsp -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:37: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:37: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:37: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:37: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:37: Opened connection to http://localhost:8080/workcontext_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:37: TRACE: got outputstream -11-19-2024 17:59:37: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:37: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testSecurityContextServiceSubjectnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:37: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:37: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:37: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testname=testSecurityContextServiceSubject -11-19-2024 17:59:37: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:37: SVR-TRACE: **runmethod=testSecurityContextServiceSubject -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSecurityContextServiceSubject_setup -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:37: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSecurityContextServiceSubject_cleanup -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:37: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:37: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:37: SVR: Performing callback verification... -11-19-2024 17:59:37: SVR: Got RA log. -11-19-2024 17:59:37: SVR-TRACE: Got connection. -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: Test status from a jsp: 0: -11-19-2024 17:59:37: Test: returning from running in a jsp vehicle -11-19-2024 17:59:37: SVR: testSecurityContextServiceSubject() passed -11-19-2024 17:59:37: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:37: SVR: Cleanup -11-19-2024 17:59:37: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: jsp -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:37: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:37: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:37: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:37: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:37: Opened connection to http://localhost:8080/workcontext_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:37: TRACE: got outputstream -11-19-2024 17:59:37: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:37: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkContextErrorCodenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:37: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:37: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:37: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextErrorCode -11-19-2024 17:59:37: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:37: SVR-TRACE: **runmethod=testWorkContextErrorCode -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextErrorCode_setup -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:37: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextErrorCode_cleanup -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:37: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:37: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:37: SVR: Performing callback verification... -11-19-2024 17:59:37: SVR: Got RA log. -11-19-2024 17:59:37: SVR-TRACE: Got connection. -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: SVR: testWorkContextErrorCode() passed -11-19-2024 17:59:37: Test status from a jsp: 0: -11-19-2024 17:59:37: Test: returning from running in a jsp vehicle -11-19-2024 17:59:37: SVR: Cleanup -11-19-2024 17:59:37: SVR: Test running in jsp vehicle passed -11-19-2024 17:59:37: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: jsp -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:37: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:37: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:37: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:37: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:37: Opened connection to http://localhost:8080/workcontext_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:37: TRACE: got outputstream -11-19-2024 17:59:37: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:37: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkContextErrorCode2nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:37: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:37: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:37: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextErrorCode2 -11-19-2024 17:59:37: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:37: SVR-TRACE: **runmethod=testWorkContextErrorCode2 -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextErrorCode2_setup -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:37: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextErrorCode2_cleanup -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:37: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:37: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:37: SVR: Performing callback verification... -11-19-2024 17:59:37: SVR: Got RA log. -11-19-2024 17:59:37: SVR-TRACE: Got connection. -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: Test status from a jsp: 0: -11-19-2024 17:59:37: SVR: testWorkContextErrorCode2() passed -11-19-2024 17:59:37: Test: returning from running in a jsp vehicle -11-19-2024 17:59:37: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:37: SVR: Cleanup -11-19-2024 17:59:37: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: jsp -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:37: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:37: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:37: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:37: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:37: Opened connection to http://localhost:8080/workcontext_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:37: TRACE: got outputstream -11-19-2024 17:59:37: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:37: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkContextNotificationsnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:37: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:37: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:37: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextNotifications -11-19-2024 17:59:37: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:37: SVR-TRACE: **runmethod=testWorkContextNotifications -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextNotifications_setup -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:37: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextNotifications_cleanup -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:37: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:37: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:37: SVR: Got RA log. -11-19-2024 17:59:37: SVR-TRACE: Got connection. -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: Test status from a jsp: 0: -11-19-2024 17:59:37: Test: returning from running in a jsp vehicle -11-19-2024 17:59:37: SVR: testWorkContextNotifications() failed with following values: iWorkAcceptedCount = 1 iWorkStartedCount = 2 iWorkCompletedCount = 4 iContextSetupCompleteCount = 3 -11-19-2024 17:59:37: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:37: SVR: contextSetupCompleted correctly called befor workCompleted -11-19-2024 17:59:37: SVR: testWorkContextNotifications() passed -11-19-2024 17:59:37: SVR: Cleanup -11-19-2024 17:59:37: SVR: Test running in jsp vehicle passed -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: jsp -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:37 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:37: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:37: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:37: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:37: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:37: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:37: Opened connection to http://localhost:8080/workcontext_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:37: TRACE: got outputstream -11-19-2024 17:59:37: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:37: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:37: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkContextProvidernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:37: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:37: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:37: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_jsp_vehicle/workcontext_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:37: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:37: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextProvider -11-19-2024 17:59:37: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:37: SVR-TRACE: **runmethod=testWorkContextProvider -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextProvider_setup -11-19-2024 17:59:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:37: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextProvider_cleanup -11-19-2024 17:59:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:37: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:37: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:37: SVR: testing testWorkContextProvider() -11-19-2024 17:59:37: SVR: Got RA log. -11-19-2024 17:59:37: SVR-TRACE: Got connection. -11-19-2024 17:59:37: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:37: SVR: testWorkContextProvider() passed -11-19-2024 17:59:37: SVR: Cleanup -11-19-2024 17:59:37: SVR: Test running in jsp vehicle passed -11-19-2024 17:59:37: Test status from a jsp: 0: -11-19-2024 17:59:37: Test: returning from running in a jsp vehicle -11-19-2024 17:59:37: TRACE: SLEPT FOR: 0 -[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.984 s - in com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientJspTest -[INFO] Running com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientServletTest -Nov 19, 2024 5:59:37 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:38 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:38 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:38 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:38 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:39 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:39 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:39 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:40 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:40 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:40 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:41 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:41 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: servlet -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:42: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:42: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:42: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:42: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:42: Opened connection to http://localhost:8080/workcontext_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:42: TRACE: got outputstream -11-19-2024 17:59:42: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:42: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 17:59:42: SVR-TRACE: In doPost -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:42: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:42: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testHICNotificationsnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:42: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:42: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testname=testHICNotifications -11-19-2024 17:59:42: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:42: SVR-TRACE: **runmethod=testHICNotifications -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testHICNotifications_setup -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:42: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testHICNotifications_cleanup -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:42: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:42: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:42: SVR: Got RA log. -11-19-2024 17:59:42: SVR-TRACE: Got connection. -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: SVR: testWorkContextNotifications() failed with following values: iContextSetupFailedCount = -1 -11-19-2024 17:59:42: SVR: Cleanup -11-19-2024 17:59:42: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:42: Test status from a servlet: 0: -11-19-2024 17:59:42: Test: returning from running in a servlet vehicle -11-19-2024 17:59:42: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: servlet -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:42: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:42: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:42: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:42: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:42: Opened connection to http://localhost:8080/workcontext_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:42: TRACE: got outputstream -11-19-2024 17:59:42: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:42: SVR-TRACE: In doPost -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:42: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:42: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testIsContextSupportednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:42: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:42: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testname=testIsContextSupported -11-19-2024 17:59:42: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:42: SVR-TRACE: **runmethod=testIsContextSupported -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testIsContextSupported_setup -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:42: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testIsContextSupported_cleanup -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:42: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:42: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:42: SVR: Performing callback verification... -11-19-2024 17:59:42: SVR: Got RA log. -11-19-2024 17:59:42: SVR-TRACE: Got connection. -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: SVR: Methods called correctly -11-19-2024 17:59:42: SVR: Cleanup -11-19-2024 17:59:42: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:42: Test status from a servlet: 0: -11-19-2024 17:59:42: Test: returning from running in a servlet vehicle -11-19-2024 17:59:42: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: servlet -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:42: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:42: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:42: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:42: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:42: Opened connection to http://localhost:8080/workcontext_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:42: TRACE: got outputstream -11-19-2024 17:59:42: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:42: SVR-TRACE: In doPost -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:42: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:42: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNestedWorkContextsnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:42: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:42: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testname=testNestedWorkContexts -11-19-2024 17:59:42: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:42: SVR-TRACE: **runmethod=testNestedWorkContexts -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWorkContexts_setup -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:42: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWorkContexts_cleanup -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:42: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:42: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:42: SVR: Performing callback verification... -11-19-2024 17:59:42: SVR: Got RA log. -11-19-2024 17:59:42: SVR-TRACE: Got connections. -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: SVR: testNestedWorkContexts() passed -11-19-2024 17:59:42: Test status from a servlet: 0: -11-19-2024 17:59:42: SVR: Cleanup -11-19-2024 17:59:42: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:42: Test: returning from running in a servlet vehicle -11-19-2024 17:59:42: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: servlet -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:42: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:42: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:42: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:42: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:42: Opened connection to http://localhost:8080/workcontext_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:42: TRACE: got outputstream -11-19-2024 17:59:42: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:42: SVR-TRACE: In doPost -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:42: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:42: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNestedWorkContexts2nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:42: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:42: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testname=testNestedWorkContexts2 -11-19-2024 17:59:42: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:42: SVR-TRACE: **runmethod=testNestedWorkContexts2 -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWorkContexts2_setup -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:42: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWorkContexts2_cleanup -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:42: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:42: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:42: SVR: Performing callback verification... -11-19-2024 17:59:42: SVR: Got RA log. -11-19-2024 17:59:42: SVR-TRACE: Got connection. -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: SVR: testNestedWorkContexts2() passed -11-19-2024 17:59:42: Test status from a servlet: 0: -11-19-2024 17:59:42: SVR: Cleanup -11-19-2024 17:59:42: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:42: Test: returning from running in a servlet vehicle -11-19-2024 17:59:42: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: servlet -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:42: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:42: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:42: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:42: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:42: Opened connection to http://localhost:8080/workcontext_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:42: TRACE: got outputstream -11-19-2024 17:59:42: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:42: SVR-TRACE: In doPost -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:42: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:42: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNestedWorkContexts3nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:42: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:42: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testname=testNestedWorkContexts3 -11-19-2024 17:59:42: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:42: SVR-TRACE: **runmethod=testNestedWorkContexts3 -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWorkContexts3_setup -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:42: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWorkContexts3_cleanup -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:42: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:42: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:42: SVR: Performing callback verification... -11-19-2024 17:59:42: SVR: Got RA log. -11-19-2024 17:59:42: SVR-TRACE: Got connection. -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: Test status from a servlet: 0: -11-19-2024 17:59:42: SVR: testNestedWorkContexts3() passed -11-19-2024 17:59:42: SVR: Cleanup -11-19-2024 17:59:42: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:42: Test: returning from running in a servlet vehicle -11-19-2024 17:59:42: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: servlet -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:42: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:42: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:42: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:42: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:42: Opened connection to http://localhost:8080/workcontext_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:42: TRACE: got outputstream -11-19-2024 17:59:42: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:42: SVR-TRACE: In doPost -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:42: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:42: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testSecurityContextCBHnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:42: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:42: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testname=testSecurityContextCBH -11-19-2024 17:59:42: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:42: SVR-TRACE: **runmethod=testSecurityContextCBH -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSecurityContextCBH_setup -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:42: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSecurityContextCBH_cleanup -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:42: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:42: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:42: SVR: Performing callback verification... -11-19-2024 17:59:42: SVR: Got RA log. -11-19-2024 17:59:42: SVR-TRACE: Got connection. -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: SVR: testSecurityContextCBH() passed -11-19-2024 17:59:42: SVR: Cleanup -11-19-2024 17:59:42: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:42: Test status from a servlet: 0: -11-19-2024 17:59:42: Test: returning from running in a servlet vehicle -11-19-2024 17:59:42: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: servlet -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:42: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:42: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:42: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:42: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:42: Opened connection to http://localhost:8080/workcontext_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:42: TRACE: got outputstream -11-19-2024 17:59:42: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:42: SVR-TRACE: In doPost -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:42: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:42: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testSecurityContextExecSubjectnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:42: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:42: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testname=testSecurityContextExecSubject -11-19-2024 17:59:42: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:42: SVR-TRACE: **runmethod=testSecurityContextExecSubject -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSecurityContextExecSubject_setup -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:42: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSecurityContextExecSubject_cleanup -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:42: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:42: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:42: SVR: Performing callback verification... -11-19-2024 17:59:42: SVR: Got RA log. -11-19-2024 17:59:42: SVR-TRACE: Got connection. -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: SVR: testSecurityContextExecSubject() passed -11-19-2024 17:59:42: SVR: Cleanup -11-19-2024 17:59:42: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:42: Test status from a servlet: 0: -11-19-2024 17:59:42: Test: returning from running in a servlet vehicle -11-19-2024 17:59:42: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: servlet -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:42: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:42: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:42: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:42: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:42: Opened connection to http://localhost:8080/workcontext_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:42: TRACE: got outputstream -11-19-2024 17:59:42: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:42: SVR-TRACE: In doPost -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:42: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:42: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testSecurityContextServiceSubjectnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:42: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:42: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testname=testSecurityContextServiceSubject -11-19-2024 17:59:42: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:42: SVR-TRACE: **runmethod=testSecurityContextServiceSubject -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSecurityContextServiceSubject_setup -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:42: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSecurityContextServiceSubject_cleanup -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:42: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:42: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:42: SVR: Performing callback verification... -11-19-2024 17:59:42: SVR: Got RA log. -11-19-2024 17:59:42: SVR-TRACE: Got connection. -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: SVR: testSecurityContextServiceSubject() passed -11-19-2024 17:59:42: Test status from a servlet: 0: -11-19-2024 17:59:42: SVR: Cleanup -11-19-2024 17:59:42: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:42: Test: returning from running in a servlet vehicle -11-19-2024 17:59:42: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: servlet -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:42: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:42: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:42: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:42: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:42: Opened connection to http://localhost:8080/workcontext_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:42: TRACE: got outputstream -11-19-2024 17:59:42: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:42: SVR-TRACE: In doPost -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:42: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:42: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkContextErrorCodenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:42: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:42: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextErrorCode -11-19-2024 17:59:42: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:42: SVR-TRACE: **runmethod=testWorkContextErrorCode -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextErrorCode_setup -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:42: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextErrorCode_cleanup -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:42: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:42: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:42: SVR: Performing callback verification... -11-19-2024 17:59:42: SVR: Got RA log. -11-19-2024 17:59:42: SVR-TRACE: Got connection. -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: SVR: testWorkContextErrorCode() passed -11-19-2024 17:59:42: SVR: Cleanup -11-19-2024 17:59:42: Test status from a servlet: 0: -11-19-2024 17:59:42: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:42: Test: returning from running in a servlet vehicle -11-19-2024 17:59:42: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: servlet -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:42: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:42: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:42: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:42: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:42: Opened connection to http://localhost:8080/workcontext_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:42: TRACE: got outputstream -11-19-2024 17:59:42: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:42: SVR-TRACE: In doPost -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:42: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:42: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkContextErrorCode2nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:42: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:42: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextErrorCode2 -11-19-2024 17:59:42: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:42: SVR-TRACE: **runmethod=testWorkContextErrorCode2 -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextErrorCode2_setup -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:42: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextErrorCode2_cleanup -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:42: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:42: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:42: SVR: Performing callback verification... -11-19-2024 17:59:42: SVR: Got RA log. -11-19-2024 17:59:42: SVR-TRACE: Got connection. -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: Test status from a servlet: 0: -11-19-2024 17:59:42: SVR: testWorkContextErrorCode2() passed -11-19-2024 17:59:42: SVR: Cleanup -11-19-2024 17:59:42: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:42: Test: returning from running in a servlet vehicle -11-19-2024 17:59:42: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: servlet -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:42: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:42: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:42: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:42: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:42: Opened connection to http://localhost:8080/workcontext_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:42: TRACE: got outputstream -11-19-2024 17:59:42: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:42: SVR-TRACE: In doPost -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:42: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:42: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkContextNotificationsnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:42: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:42: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextNotifications -11-19-2024 17:59:42: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:42: SVR-TRACE: **runmethod=testWorkContextNotifications -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextNotifications_setup -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:42: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextNotifications_cleanup -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:42: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:42: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:42: SVR: Got RA log. -11-19-2024 17:59:42: SVR-TRACE: Got connection. -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: SVR: testWorkContextNotifications() failed with following values: iWorkAcceptedCount = 1 iWorkStartedCount = 2 iWorkCompletedCount = 4 iContextSetupCompleteCount = 3 -11-19-2024 17:59:42: SVR: contextSetupCompleted correctly called befor workCompleted -11-19-2024 17:59:42: SVR: testWorkContextNotifications() passed -11-19-2024 17:59:42: SVR: Cleanup -11-19-2024 17:59:42: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:42: Test status from a servlet: 0: -11-19-2024 17:59:42: Test: returning from running in a servlet vehicle -11-19-2024 17:59:42: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, vehicle: servlet -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:42 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workcontext_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:42: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:42: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:42: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:42: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:42: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:42: Opened connection to http://localhost:8080/workcontext_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:42: TRACE: got outputstream -11-19-2024 17:59:42: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:42: SVR-TRACE: In doPost -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:42: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:42: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:42: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkContextProvidernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workcontext_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:42: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workcontext_servlet_vehicle/workcontext_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:42: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:42: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextProvider -11-19-2024 17:59:42: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:42: SVR-TRACE: **runmethod=testWorkContextProvider -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextProvider_setup -11-19-2024 17:59:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:42: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextProvider_cleanup -11-19-2024 17:59:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:42: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:42: SVR: Using: java:comp/env/eis/whitebox-mdcomplete -11-19-2024 17:59:42: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:42: SVR: testing testWorkContextProvider() -11-19-2024 17:59:42: SVR: Got RA log. -11-19-2024 17:59:42: SVR-TRACE: Got connection. -11-19-2024 17:59:42: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:42: Test status from a servlet: 0: -11-19-2024 17:59:42: SVR: testWorkContextProvider() passed -11-19-2024 17:59:42: SVR: Cleanup -11-19-2024 17:59:42: SVR: Test running in servlet vehicle passed -11-19-2024 17:59:42: Test: returning from running in a servlet vehicle -11-19-2024 17:59:42: TRACE: SLEPT FOR: 0 -[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.132 s - in com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientServletTest -[INFO] Running com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1JspTest -Nov 19, 2024 5:59:42 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:42 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:43 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:43 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:44 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:44 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:44 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:45 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:45 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:45 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:45 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:47 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:47 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:48: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:48: Opened connection to http://localhost:8080/localTx_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:48: TRACE: got outputstream -11-19-2024 17:59:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testForUnsharedTimernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testname=testForUnsharedTimer -11-19-2024 17:59:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:48: SVR-TRACE: **runmethod=testForUnsharedTimer -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testForUnsharedTimer_setup -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testForUnsharedTimer_cleanup -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:48: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:48: SVR: Performing callback verification... -11-19-2024 17:59:48: SVR: Got RA log. -11-19-2024 17:59:48: SVR-TRACE: Got connection. -11-19-2024 17:59:48: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:48: SVR: New Timer Provided by BootstrapContext -11-19-2024 17:59:48: SVR: New Timer Provided by BootstrapContext -11-19-2024 17:59:48: SVR: New Timer Provided by BootstrapContext -11-19-2024 17:59:48: SVR: New Timer Provided by BootstrapContext -11-19-2024 17:59:48: SVR: New Timer Provided by BootstrapContext -11-19-2024 17:59:48: SVR: New Timer Provided by BootstrapContext -11-19-2024 17:59:48: SVR: Methods called correctly -11-19-2024 17:59:48: SVR: Performing end to end verification... -11-19-2024 17:59:48: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:48: SVR: Exception inserting into table. -11-19-2024 17:59:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: SVR-ERROR: Exception at: -11-19-2024 17:59:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testForUnsharedTimer(workmgtClient1.java:554) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testForUnsharedTimer(workmgtClient1.java:550) - ... 41 more - -11-19-2024 17:59:48: SVR: Cleanup -11-19-2024 17:59:48: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: Test: returning from running in a jsp vehicle -11-19-2024 17:59:48: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:48: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:48: Opened connection to http://localhost:8080/localTx_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:48: TRACE: got outputstream -11-19-2024 17:59:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNestedWorknullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testname=testNestedWork -11-19-2024 17:59:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:48: SVR-TRACE: **runmethod=testNestedWork -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWork_setup -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWork_cleanup -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:48: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:48: SVR: Performing callback verification... -11-19-2024 17:59:48: SVR: Got RA log. -11-19-2024 17:59:48: SVR-TRACE: Got connection. -11-19-2024 17:59:48: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:48: SVR: Methods called correctly -11-19-2024 17:59:48: SVR: Performing end to end verification... -11-19-2024 17:59:48: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:48: SVR: Exception inserting into table. -11-19-2024 17:59:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: SVR-ERROR: Exception at: -11-19-2024 17:59:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testNestedWork(workmgtClient1.java:627) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testNestedWork(workmgtClient1.java:623) - ... 41 more - -11-19-2024 17:59:48: SVR: Cleanup -11-19-2024 17:59:48: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: Test: returning from running in a jsp vehicle -11-19-2024 17:59:48: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:48: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:48: Opened connection to http://localhost:8080/localTx_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:48: TRACE: got outputstream -11-19-2024 17:59:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testScheduleWorknullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWork -11-19-2024 17:59:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:48: SVR-TRACE: **runmethod=testScheduleWork -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWork_setup -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWork_cleanup -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:48: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:48: SVR: Performing callback verification... -11-19-2024 17:59:48: SVR: Got RA log. -11-19-2024 17:59:48: SVR-TRACE: Got connection. -11-19-2024 17:59:48: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:48: SVR: Methods called correctly -11-19-2024 17:59:48: SVR: Performing end to end verification... -11-19-2024 17:59:48: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:48: SVR: Exception inserting into table. -11-19-2024 17:59:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: SVR-ERROR: Exception at: -11-19-2024 17:59:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testScheduleWork(workmgtClient1.java:310) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testScheduleWork(workmgtClient1.java:306) - ... 41 more - -11-19-2024 17:59:48: SVR: Cleanup -11-19-2024 17:59:48: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: Test: returning from running in a jsp vehicle -11-19-2024 17:59:48: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:48: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:48: Opened connection to http://localhost:8080/localTx_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:48: TRACE: got outputstream -11-19-2024 17:59:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testScheduleWorkListenernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWorkListener -11-19-2024 17:59:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:48: SVR-TRACE: **runmethod=testScheduleWorkListener -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWorkListener_setup -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWorkListener_cleanup -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:48: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:48: SVR: Performing callback verification... -11-19-2024 17:59:48: SVR: Got RA log. -11-19-2024 17:59:48: SVR-TRACE: Got connection. -11-19-2024 17:59:48: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:48: SVR: Methods called correctly -11-19-2024 17:59:48: SVR: Performing end to end verification... -11-19-2024 17:59:48: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:48: SVR: Exception inserting into table. -11-19-2024 17:59:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: SVR-ERROR: Exception at: -11-19-2024 17:59:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testScheduleWorkListener(workmgtClient1.java:383) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testScheduleWorkListener(workmgtClient1.java:379) - ... 41 more - -11-19-2024 17:59:48: SVR: Cleanup -11-19-2024 17:59:48: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: Test: returning from running in a jsp vehicle -11-19-2024 17:59:48: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:48: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:48: Opened connection to http://localhost:8080/localTx_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:48: TRACE: got outputstream -11-19-2024 17:59:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testUnknownWorkDurationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testname=testUnknownWorkDuration -11-19-2024 17:59:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:48: SVR-TRACE: **runmethod=testUnknownWorkDuration -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUnknownWorkDuration_setup -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUnknownWorkDuration_cleanup -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:48: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:48: SVR: Performing callback verification... -11-19-2024 17:59:48: SVR: Got RA log. -11-19-2024 17:59:48: SVR-TRACE: Got connection. -11-19-2024 17:59:48: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:48: SVR: Methods called correctly -11-19-2024 17:59:48: SVR: Performing end to end verification... -11-19-2024 17:59:48: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:48: SVR: Exception inserting into table. -11-19-2024 17:59:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: SVR-ERROR: Exception at: -11-19-2024 17:59:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testUnknownWorkDuration(workmgtClient1.java:709) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testUnknownWorkDuration(workmgtClient1.java:705) - ... 41 more - -11-19-2024 17:59:48: SVR: Cleanup -11-19-2024 17:59:48: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: Test: returning from running in a jsp vehicle -11-19-2024 17:59:48: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:48: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:48: Opened connection to http://localhost:8080/localTx_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:48: TRACE: got outputstream -11-19-2024 17:59:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkCompletedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testname=testWorkCompletedException -11-19-2024 17:59:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:48: SVR-TRACE: **runmethod=testWorkCompletedException -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkCompletedException_setup -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkCompletedException_cleanup -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:48: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:48: SVR: Performing callback verification... -11-19-2024 17:59:48: SVR: Got RA log. -11-19-2024 17:59:48: SVR-TRACE: Got connection. -11-19-2024 17:59:48: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:48: SVR: Methods called correctly -11-19-2024 17:59:48: SVR: Performing end to end verification... -11-19-2024 17:59:48: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:48: SVR: Exception inserting into table. -11-19-2024 17:59:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: SVR-ERROR: Exception at: -11-19-2024 17:59:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testWorkCompletedException(workmgtClient1.java:457) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testWorkCompletedException(workmgtClient1.java:453) - ... 41 more - -11-19-2024 17:59:48: SVR: Cleanup -11-19-2024 17:59:48: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: Test: returning from running in a jsp vehicle -11-19-2024 17:59:48: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:48: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:48: Opened connection to http://localhost:8080/localTx_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:48: TRACE: got outputstream -11-19-2024 17:59:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkListenerImplementationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testname=testWorkListenerImplementation -11-19-2024 17:59:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:48: SVR-TRACE: **runmethod=testWorkListenerImplementation -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkListenerImplementation_setup -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkListenerImplementation_cleanup -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:48: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:48: SVR: Performing callback verification... -11-19-2024 17:59:48: SVR: Got RA log. -11-19-2024 17:59:48: SVR-TRACE: Got connection. -11-19-2024 17:59:48: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:48: SVR: Methods called correctly -11-19-2024 17:59:48: SVR: Performing end to end verification... -11-19-2024 17:59:48: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:48: SVR: Exception inserting into table. -11-19-2024 17:59:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: SVR-ERROR: Exception at: -11-19-2024 17:59:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testWorkListenerImplementation(workmgtClient1.java:237) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testWorkListenerImplementation(workmgtClient1.java:233) - ... 41 more - -11-19-2024 17:59:48: SVR: Cleanup -11-19-2024 17:59:48: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: Test: returning from running in a jsp vehicle -11-19-2024 17:59:48: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:48: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:48: Opened connection to http://localhost:8080/localTx_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:48: TRACE: got outputstream -11-19-2024 17:59:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkManagerImplementaionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_jsp_vehicle/localTx_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ** IN getRunMethod: testname=testWorkManagerImplementaion -11-19-2024 17:59:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:48: SVR-TRACE: **runmethod=testWorkManagerImplementaion -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkManagerImplementaion_setup -11-19-2024 17:59:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkManagerImplementaion_cleanup -11-19-2024 17:59:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:48: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:48: SVR: Performing callback verification... -11-19-2024 17:59:48: SVR: Got RA log. -11-19-2024 17:59:48: SVR-TRACE: Got connection. -11-19-2024 17:59:48: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:48: SVR: LocalTxResourceAdapter WorkManager Not Null. -11-19-2024 17:59:48: SVR: Work Object Submitted. -11-19-2024 17:59:48: SVR: Work Object Submitted. -11-19-2024 17:59:48: SVR: Work Object Submitted. -11-19-2024 17:59:48: SVR: Work Object Submitted. -11-19-2024 17:59:48: SVR: Work Object Submitted. -11-19-2024 17:59:48: SVR: Work Object Submitted. -11-19-2024 17:59:48: SVR: LocalTxResourceAdapter WorkManager Not Null. -11-19-2024 17:59:48: SVR: Work Object Submitted. -11-19-2024 17:59:48: SVR: Work Object Submitted. -11-19-2024 17:59:48: SVR: Work Object Submitted. -11-19-2024 17:59:48: SVR: Work Object Submitted. -11-19-2024 17:59:48: SVR: Work Object Submitted. -11-19-2024 17:59:48: SVR: Work Object Submitted. -11-19-2024 17:59:48: SVR: Methods called correctly -11-19-2024 17:59:48: SVR: Performing end to end verification... -11-19-2024 17:59:48: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:48: SVR: Exception inserting into table. -11-19-2024 17:59:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: SVR-ERROR: Exception at: -11-19-2024 17:59:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testWorkManagerImplementaion(workmgtClient1.java:162) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testWorkManagerImplementaion(workmgtClient1.java:158) - ... 41 more - -11-19-2024 17:59:48: SVR: Cleanup -11-19-2024 17:59:48: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:48: Test: returning from running in a jsp vehicle -11-19-2024 17:59:48: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 5.919 s <<< FAILURE! - in com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1JspTest -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1JspTest.testForUnsharedTimer Time elapsed: 0.215 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1JspTest.testNestedWork Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1JspTest.testScheduleWork Time elapsed: 0.012 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1JspTest.testScheduleWorkListener Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1JspTest.testUnknownWorkDuration Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1JspTest.testWorkCompletedException Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1JspTest.testWorkListenerImplementation Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1JspTest.testWorkManagerImplementaion Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1ServletTest -Nov 19, 2024 5:59:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:48 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:49 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:49 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:49 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:50 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:50 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:50 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:52 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:52 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:53: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:53: Opened connection to http://localhost:8080/localTx_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:53: TRACE: got outputstream -11-19-2024 17:59:53: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:53: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 17:59:53: SVR-TRACE: In doPost -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:53: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testForUnsharedTimernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testname=testForUnsharedTimer -11-19-2024 17:59:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:53: SVR-TRACE: **runmethod=testForUnsharedTimer -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testForUnsharedTimer_setup -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testForUnsharedTimer_cleanup -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:53: SVR: Performing callback verification... -11-19-2024 17:59:53: SVR: Got RA log. -11-19-2024 17:59:53: SVR-TRACE: Got connection. -11-19-2024 17:59:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:53: SVR: New Timer Provided by BootstrapContext -11-19-2024 17:59:53: SVR: New Timer Provided by BootstrapContext -11-19-2024 17:59:53: SVR: New Timer Provided by BootstrapContext -11-19-2024 17:59:53: SVR: New Timer Provided by BootstrapContext -11-19-2024 17:59:53: SVR: New Timer Provided by BootstrapContext -11-19-2024 17:59:53: SVR: New Timer Provided by BootstrapContext -11-19-2024 17:59:53: SVR: Methods called correctly -11-19-2024 17:59:53: SVR: Performing end to end verification... -11-19-2024 17:59:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:53: SVR: Exception inserting into table. -11-19-2024 17:59:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: SVR-ERROR: Exception at: -11-19-2024 17:59:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testForUnsharedTimer(workmgtClient1.java:554) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testForUnsharedTimer(workmgtClient1.java:550) - ... 38 more - -11-19-2024 17:59:53: SVR: Cleanup -11-19-2024 17:59:53: SVR: Test running in servlet vehicle failed -11-19-2024 17:59:53: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: Test: returning from running in a servlet vehicle -11-19-2024 17:59:53: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:53: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:53: Opened connection to http://localhost:8080/localTx_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:53: TRACE: got outputstream -11-19-2024 17:59:53: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:53: SVR-TRACE: In doPost -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:53: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNestedWorknullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testname=testNestedWork -11-19-2024 17:59:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:53: SVR-TRACE: **runmethod=testNestedWork -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWork_setup -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWork_cleanup -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:53: SVR: Performing callback verification... -11-19-2024 17:59:53: SVR: Got RA log. -11-19-2024 17:59:53: SVR-TRACE: Got connection. -11-19-2024 17:59:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:53: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: SVR: Methods called correctly -11-19-2024 17:59:53: SVR: Performing end to end verification... -11-19-2024 17:59:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:53: SVR: Exception inserting into table. -11-19-2024 17:59:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: Test: returning from running in a servlet vehicle -11-19-2024 17:59:53: SVR-ERROR: Exception at: -11-19-2024 17:59:53: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testNestedWork(workmgtClient1.java:627) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testNestedWork(workmgtClient1.java:623) - ... 38 more - -11-19-2024 17:59:53: SVR: Cleanup -11-19-2024 17:59:53: SVR: Test running in servlet vehicle failed -Nov 19, 2024 5:59:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:53: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:53: Opened connection to http://localhost:8080/localTx_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:53: TRACE: got outputstream -11-19-2024 17:59:53: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:53: SVR-TRACE: In doPost -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:53: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testScheduleWorknullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWork -11-19-2024 17:59:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:53: SVR-TRACE: **runmethod=testScheduleWork -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWork_setup -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWork_cleanup -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:53: SVR: Performing callback verification... -11-19-2024 17:59:53: SVR: Got RA log. -11-19-2024 17:59:53: SVR-TRACE: Got connection. -11-19-2024 17:59:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:53: SVR: Methods called correctly -11-19-2024 17:59:53: SVR: Performing end to end verification... -11-19-2024 17:59:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:53: SVR: Exception inserting into table. -11-19-2024 17:59:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: SVR-ERROR: Exception at: -11-19-2024 17:59:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testScheduleWork(workmgtClient1.java:310) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testScheduleWork(workmgtClient1.java:306) - ... 38 more - -11-19-2024 17:59:53: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: SVR: Cleanup -11-19-2024 17:59:53: SVR: Test running in servlet vehicle failed -11-19-2024 17:59:53: Test: returning from running in a servlet vehicle -11-19-2024 17:59:53: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:53: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:53: Opened connection to http://localhost:8080/localTx_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:53: TRACE: got outputstream -11-19-2024 17:59:53: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:53: SVR-TRACE: In doPost -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:53: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testScheduleWorkListenernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWorkListener -11-19-2024 17:59:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:53: SVR-TRACE: **runmethod=testScheduleWorkListener -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWorkListener_setup -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWorkListener_cleanup -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:53: SVR: Performing callback verification... -11-19-2024 17:59:53: SVR: Got RA log. -11-19-2024 17:59:53: SVR-TRACE: Got connection. -11-19-2024 17:59:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:53: SVR: Methods called correctly -11-19-2024 17:59:53: SVR: Performing end to end verification... -11-19-2024 17:59:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:53: SVR: Exception inserting into table. -11-19-2024 17:59:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: SVR-ERROR: Exception at: -11-19-2024 17:59:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testScheduleWorkListener(workmgtClient1.java:383) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testScheduleWorkListener(workmgtClient1.java:379) - ... 38 more - -11-19-2024 17:59:53: SVR: Cleanup -11-19-2024 17:59:53: SVR: Test running in servlet vehicle failed -11-19-2024 17:59:53: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: Test: returning from running in a servlet vehicle -11-19-2024 17:59:53: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:53: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:53: Opened connection to http://localhost:8080/localTx_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:53: TRACE: got outputstream -11-19-2024 17:59:53: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:53: SVR-TRACE: In doPost -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:53: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testUnknownWorkDurationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testname=testUnknownWorkDuration -11-19-2024 17:59:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:53: SVR-TRACE: **runmethod=testUnknownWorkDuration -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUnknownWorkDuration_setup -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUnknownWorkDuration_cleanup -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:53: SVR: Performing callback verification... -11-19-2024 17:59:53: SVR: Got RA log. -11-19-2024 17:59:53: SVR-TRACE: Got connection. -11-19-2024 17:59:53: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: Test: returning from running in a servlet vehicle -11-19-2024 17:59:53: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:53: SVR: Methods called correctly -11-19-2024 17:59:53: SVR: Performing end to end verification... -11-19-2024 17:59:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:53: SVR: Exception inserting into table. -11-19-2024 17:59:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: SVR-ERROR: Exception at: -11-19-2024 17:59:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testUnknownWorkDuration(workmgtClient1.java:709) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testUnknownWorkDuration(workmgtClient1.java:705) - ... 38 more - -11-19-2024 17:59:53: SVR: Cleanup -11-19-2024 17:59:53: SVR: Test running in servlet vehicle failed -Nov 19, 2024 5:59:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:53: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:53: Opened connection to http://localhost:8080/localTx_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:53: TRACE: got outputstream -11-19-2024 17:59:53: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:53: SVR-TRACE: In doPost -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:53: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkCompletedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testname=testWorkCompletedException -11-19-2024 17:59:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:53: SVR-TRACE: **runmethod=testWorkCompletedException -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkCompletedException_setup -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkCompletedException_cleanup -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:53: SVR: Performing callback verification... -11-19-2024 17:59:53: SVR: Got RA log. -11-19-2024 17:59:53: SVR-TRACE: Got connection. -11-19-2024 17:59:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:53: SVR: Methods called correctly -11-19-2024 17:59:53: SVR: Performing end to end verification... -11-19-2024 17:59:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:53: SVR: Exception inserting into table. -11-19-2024 17:59:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: SVR-ERROR: Exception at: -11-19-2024 17:59:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testWorkCompletedException(workmgtClient1.java:457) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testWorkCompletedException(workmgtClient1.java:453) - ... 38 more - -11-19-2024 17:59:53: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: SVR: Cleanup -11-19-2024 17:59:53: SVR: Test running in servlet vehicle failed -11-19-2024 17:59:53: Test: returning from running in a servlet vehicle -11-19-2024 17:59:53: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:53: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:53: Opened connection to http://localhost:8080/localTx_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:53: TRACE: got outputstream -11-19-2024 17:59:53: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:53: SVR-TRACE: In doPost -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:53: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkListenerImplementationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testname=testWorkListenerImplementation -11-19-2024 17:59:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:53: SVR-TRACE: **runmethod=testWorkListenerImplementation -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkListenerImplementation_setup -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkListenerImplementation_cleanup -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:53: SVR: Performing callback verification... -11-19-2024 17:59:53: SVR: Got RA log. -11-19-2024 17:59:53: SVR-TRACE: Got connection. -11-19-2024 17:59:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:53: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: SVR: Methods called correctly -11-19-2024 17:59:53: SVR: Performing end to end verification... -11-19-2024 17:59:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:53: Test: returning from running in a servlet vehicle -11-19-2024 17:59:53: SVR: Exception inserting into table. -11-19-2024 17:59:53: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: SVR-ERROR: Exception at: -11-19-2024 17:59:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testWorkListenerImplementation(workmgtClient1.java:237) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testWorkListenerImplementation(workmgtClient1.java:233) - ... 38 more - -11-19-2024 17:59:53: SVR: Cleanup -11-19-2024 17:59:53: SVR: Test running in servlet vehicle failed -Nov 19, 2024 5:59:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:53 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=localTx_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:53: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:53: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:53: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:53: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:53: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 17:59:53: Opened connection to http://localhost:8080/localTx_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 17:59:53: TRACE: got outputstream -11-19-2024 17:59:53: TRACE: wrote objects to the servlet vehicle -11-19-2024 17:59:53: SVR-TRACE: In doPost -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 17:59:53: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 17:59:53: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 17:59:53: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkManagerImplementaionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=localTx_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:53: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/localTx_workmgt_servlet_vehicle/localTx_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:53: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:53: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ** IN getRunMethod: testname=testWorkManagerImplementaion -11-19-2024 17:59:53: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:53: SVR-TRACE: **runmethod=testWorkManagerImplementaion -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkManagerImplementaion_setup -11-19-2024 17:59:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:53: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkManagerImplementaion_cleanup -11-19-2024 17:59:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:53: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:53: SVR: Using: java:comp/env/eis/whitebox-tx -11-19-2024 17:59:53: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:53: SVR: Performing callback verification... -11-19-2024 17:59:53: SVR: Got RA log. -11-19-2024 17:59:53: SVR-TRACE: Got connection. -11-19-2024 17:59:53: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] -11-19-2024 17:59:53: SVR: LocalTxResourceAdapter WorkManager Not Null. -11-19-2024 17:59:53: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: SVR: Work Object Submitted. -11-19-2024 17:59:53: SVR: Work Object Submitted. -11-19-2024 17:59:53: SVR: Work Object Submitted. -11-19-2024 17:59:53: Test: returning from running in a servlet vehicle -11-19-2024 17:59:53: SVR: Work Object Submitted. -11-19-2024 17:59:53: TRACE: SLEPT FOR: 0 -11-19-2024 17:59:53: SVR: Work Object Submitted. -11-19-2024 17:59:53: SVR: Work Object Submitted. -11-19-2024 17:59:53: SVR: LocalTxResourceAdapter WorkManager Not Null. -11-19-2024 17:59:53: SVR: Work Object Submitted. -11-19-2024 17:59:53: SVR: Work Object Submitted. -11-19-2024 17:59:53: SVR: Work Object Submitted. -11-19-2024 17:59:53: SVR: Work Object Submitted. -11-19-2024 17:59:53: SVR: Work Object Submitted. -11-19-2024 17:59:53: SVR: Work Object Submitted. -11-19-2024 17:59:53: SVR: Methods called correctly -11-19-2024 17:59:53: SVR: Performing end to end verification... -11-19-2024 17:59:53: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:53: SVR: Exception inserting into table. -11-19-2024 17:59:53: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:53: SVR-ERROR: Exception at: -11-19-2024 17:59:53: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testWorkManagerImplementaion(workmgtClient1.java:162) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.testWorkManagerImplementaion(workmgtClient1.java:158) - ... 38 more - -11-19-2024 17:59:53: SVR: Cleanup -11-19-2024 17:59:53: SVR: Test running in servlet vehicle failed -[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 4.726 s <<< FAILURE! - in com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1ServletTest -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1ServletTest.testForUnsharedTimer Time elapsed: 0.018 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1ServletTest.testNestedWork Time elapsed: 0.012 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1ServletTest.testScheduleWork Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1ServletTest.testScheduleWorkListener Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1ServletTest.testUnknownWorkDuration Time elapsed: 0.012 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1ServletTest.testWorkCompletedException Time elapsed: 0.012 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1ServletTest.testWorkListenerImplementation Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1ServletTest.testWorkManagerImplementaion Time elapsed: 0.018 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.noTx.connection.connectionClient1JspTest -Nov 19, 2024 5:59:53 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:53 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:54 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:54 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:54 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:55 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:55 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:55 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:56 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:56 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:56 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:57 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:57 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:58 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=connection_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:58: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:58: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:58: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:58: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:58: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:58: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:58: Opened connection to http://localhost:8080/connection_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:58: TRACE: got outputstream -11-19-2024 17:59:58: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:58: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:58: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:58: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:58: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:58: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testGetConnection1nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=connection_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:58: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:58: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:58: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:58: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connection_jsp_vehicle/connection_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/connection/connectionClient1.class -11-19-2024 17:59:58: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connection_jsp_vehicle/connection_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:58: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connection_jsp_vehicle/connection_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:58: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:58: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:58: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 17:59:58: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 17:59:58: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 -11-19-2024 17:59:58: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:58: SVR-TRACE: **runmethod=testGetConnection1 -11-19-2024 17:59:58: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:58: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:58: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup -11-19-2024 17:59:58: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:58: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 17:59:58: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:58: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup -11-19-2024 17:59:58: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:58: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 17:59:58: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:58: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 17:59:58: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 17:59:58: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@32e4830a -11-19-2024 17:59:58: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@d0df84b -11-19-2024 17:59:58: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:58: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:58: SVR: Got connection from the TSDataSource. -11-19-2024 17:59:58: SVR: Checking for Connection Validity. -11-19-2024 17:59:58: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:58: SVR: Exception inserting into table. -11-19-2024 17:59:58: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:58: SVR-ERROR: Exception at: -11-19-2024 17:59:58: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.connection.connectionClient1.testGetConnection1(connectionClient1.java:142) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.connection.connectionClient1.testGetConnection1(connectionClient1.java:138) - ... 41 more - -11-19-2024 17:59:58: SVR: Cleanup -11-19-2024 17:59:58: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:58: SVR: Test running in jsp vehicle failed -11-19-2024 17:59:58: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 17:59:58: Test: returning from running in a jsp vehicle -11-19-2024 17:59:58: TRACE: SLEPT FOR: 0 -Nov 19, 2024 5:59:58 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 5:59:58 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=connection_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 17:59:58: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 17:59:58: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:58: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 17:59:58: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 17:59:58: TRACE: in ServiceEETest.run() method -11-19-2024 17:59:58: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 17:59:58: Opened connection to http://localhost:8080/connection_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 17:59:58: TRACE: got outputstream -11-19-2024 17:59:58: TRACE: wrote objects to the jsp vehicle -11-19-2024 17:59:58: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 17:59:58: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 17:59:58: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 17:59:58: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 17:59:58: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testgetConnectionWithParameter1nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=connection_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 17:59:58: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 17:59:58: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 17:59:58: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 17:59:58: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connection_jsp_vehicle/connection_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/connection/connectionClient1.class -11-19-2024 17:59:58: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connection_jsp_vehicle/connection_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:58: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connection_jsp_vehicle/connection_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 17:59:58: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 17:59:58: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 17:59:58: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 17:59:58: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 17:59:58: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 -11-19-2024 17:59:58: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 17:59:58: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 -11-19-2024 17:59:58: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 17:59:58: SVR-TRACE: No setupMethod annotation present -11-19-2024 17:59:58: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup -11-19-2024 17:59:58: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 17:59:58: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 17:59:58: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 17:59:58: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup -11-19-2024 17:59:58: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 17:59:58: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 17:59:58: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 17:59:58: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 17:59:58: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 17:59:58: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1a2023ee -11-19-2024 17:59:58: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@14a06436 -11-19-2024 17:59:58: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 17:59:58: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 17:59:58: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 17:59:58: SVR: Got connection object from the TSDataSource. -11-19-2024 17:59:58: SVR: Checking for Connection Validity. -11-19-2024 17:59:58: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 17:59:58: SVR: Values inserted into table! -11-19-2024 17:59:58: SVR: Table has been dropped! -11-19-2024 17:59:58: SVR: Cleanup -11-19-2024 17:59:58: SVR-TRACE: Closing connection in cleanup. -11-19-2024 17:59:58: SVR: Test running in jsp vehicle passed -11-19-2024 17:59:58: Test status from a jsp: 0: -11-19-2024 17:59:58: Test: returning from running in a jsp vehicle -11-19-2024 17:59:58: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.339 s <<< FAILURE! - in com.sun.ts.tests.connector.noTx.connection.connectionClient1JspTest -[ERROR] com.sun.ts.tests.connector.noTx.connection.connectionClient1JspTest.testGetConnection1 Time elapsed: 0.179 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.noTx.connection.connectionClient1ServletTest -Nov 19, 2024 5:59:58 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 5:59:58 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 5:59:59 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 5:59:59 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 5:59:59 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:00 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:00 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:00 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:02 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:03 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=connection_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:03: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:03: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:03: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:03: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:03: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:03: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:03: Opened connection to http://localhost:8080/connection_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:03: TRACE: got outputstream -11-19-2024 18:00:03: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:03: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 18:00:03: SVR-TRACE: In doPost -11-19-2024 18:00:03: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:03: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:03: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:03: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:03: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:03: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testGetConnection1nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=connection_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:03: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connection_servlet_vehicle/connection_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/connection/connectionClient1.class -11-19-2024 18:00:03: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connection_servlet_vehicle/connection_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:03: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connection_servlet_vehicle/connection_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:03: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:03: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:03: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 18:00:03: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 18:00:03: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 -11-19-2024 18:00:03: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:03: SVR-TRACE: **runmethod=testGetConnection1 -11-19-2024 18:00:03: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:03: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:03: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup -11-19-2024 18:00:03: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:03: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 18:00:03: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:03: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup -11-19-2024 18:00:03: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:03: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 18:00:03: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:03: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:03: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:03: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@721b04ab -11-19-2024 18:00:03: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6cbac0c -11-19-2024 18:00:03: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:03: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:03: SVR: Got connection from the TSDataSource. -11-19-2024 18:00:03: SVR: Checking for Connection Validity. -11-19-2024 18:00:03: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:03: SVR: Exception inserting into table. -11-19-2024 18:00:03: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:03: SVR-ERROR: Exception at: -11-19-2024 18:00:03: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.connection.connectionClient1.testGetConnection1(connectionClient1.java:142) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.connection.connectionClient1.testGetConnection1(connectionClient1.java:138) - ... 38 more - -11-19-2024 18:00:03: SVR: Cleanup -11-19-2024 18:00:03: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:00:03: SVR: Test running in servlet vehicle failed -11-19-2024 18:00:03: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:03: Test: returning from running in a servlet vehicle -11-19-2024 18:00:03: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:03 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:03 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=connection_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:03: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:03: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:03: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:03: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:03: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:03: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:03: Opened connection to http://localhost:8080/connection_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:03: TRACE: got outputstream -11-19-2024 18:00:03: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:03: SVR-TRACE: In doPost -11-19-2024 18:00:03: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:03: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:03: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:03: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:03: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:03: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testgetConnectionWithParameter1nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=connection_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:03: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connection_servlet_vehicle/connection_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/connection/connectionClient1.class -11-19-2024 18:00:03: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connection_servlet_vehicle/connection_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:03: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/connection_servlet_vehicle/connection_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:03: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:03: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:03: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 18:00:03: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 18:00:03: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 -11-19-2024 18:00:03: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:03: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 -11-19-2024 18:00:03: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:03: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:03: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup -11-19-2024 18:00:03: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:03: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 18:00:03: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:03: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup -11-19-2024 18:00:03: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:03: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.connection.connectionClient1 -11-19-2024 18:00:03: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:03: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:03: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:03: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7547a4a3 -11-19-2024 18:00:03: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@2b6d5c1b -11-19-2024 18:00:03: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:03: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:03: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:03: SVR: Got connection object from the TSDataSource. -11-19-2024 18:00:03: SVR: Checking for Connection Validity. -11-19-2024 18:00:03: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:03: SVR: Values inserted into table! -11-19-2024 18:00:03: SVR: Table has been dropped! -11-19-2024 18:00:03: SVR: Cleanup -11-19-2024 18:00:03: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:00:03: SVR: Test running in servlet vehicle passed -11-19-2024 18:00:03: Test status from a servlet: 0: -11-19-2024 18:00:03: Test: returning from running in a servlet vehicle -11-19-2024 18:00:03: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.491 s <<< FAILURE! - in com.sun.ts.tests.connector.noTx.connection.connectionClient1ServletTest -[ERROR] com.sun.ts.tests.connector.noTx.connection.connectionClient1ServletTest.testGetConnection1 Time elapsed: 0.021 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.noTx.event.eventClient1JspTest -Nov 19, 2024 6:00:03 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:03 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:04 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:04 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:04 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:04 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:04 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:05 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:05 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:05 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:06 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:06 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:06 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:07 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:07 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.event.eventClient1, vehicle: jsp -Nov 19, 2024 6:00:07 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:07 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:07 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:07 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:07 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:07 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:07 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:07 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:07 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:07 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:07 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.event.eventClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=event_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:07: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:07: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:07: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:07: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:07: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:07: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:07: Opened connection to http://localhost:8080/event_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:07: TRACE: got outputstream -11-19-2024 18:00:07: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:08: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:08: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:08: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:08: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:08: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:08: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:08: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/event_jsp_vehicle/event_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/event/eventClient1.class -11-19-2024 18:00:08: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/event_jsp_vehicle/event_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:08: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnectionEventListenernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=event_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.event.eventClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:08: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:08: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/event_jsp_vehicle/event_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:08: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:08: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:08: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.event.eventClient1 -11-19-2024 18:00:08: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.event.eventClient1 -11-19-2024 18:00:08: SVR-TRACE: ** IN getRunMethod: testname=testConnectionEventListener -11-19-2024 18:00:08: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:08: SVR-TRACE: **runmethod=testConnectionEventListener -11-19-2024 18:00:08: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:08: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:08: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectionEventListener_setup -11-19-2024 18:00:08: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:08: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.event.eventClient1 -11-19-2024 18:00:08: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:08: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectionEventListener_cleanup -11-19-2024 18:00:08: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:08: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.event.eventClient1 -11-19-2024 18:00:08: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:08: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:08: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:08: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:08: SVR: Got connection. -11-19-2024 18:00:08: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:] -11-19-2024 18:00:08: Test status from a jsp: 0: -11-19-2024 18:00:08: Test: returning from running in a jsp vehicle -11-19-2024 18:00:08: SVR: CONNECTION_CLOSED called correctly. -11-19-2024 18:00:08: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:08: SVR: Cleanup -11-19-2024 18:00:08: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:00:08: SVR: Test running in jsp vehicle passed -[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.935 s - in com.sun.ts.tests.connector.noTx.event.eventClient1JspTest -[INFO] Running com.sun.ts.tests.connector.noTx.event.eventClient1ServletTest -Nov 19, 2024 6:00:08 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:08 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:08 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:08 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:10 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:10 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:12 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:12 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.event.eventClient1, vehicle: servlet -Nov 19, 2024 6:00:12 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:12 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:12 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:12 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:12 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:12 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:12 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:12 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:12 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:12 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:12 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.event.eventClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=event_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:12: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:12: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:12: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:12: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:12: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:12: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:12: Opened connection to http://localhost:8080/event_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:12: TRACE: got outputstream -11-19-2024 18:00:12: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:12: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 18:00:12: SVR-TRACE: In doPost -11-19-2024 18:00:12: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:12: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:12: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:12: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:12: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:12: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnectionEventListenernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=event_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.event.eventClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:12: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/event_servlet_vehicle/event_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/event/eventClient1.class -11-19-2024 18:00:12: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/event_servlet_vehicle/event_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:12: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/event_servlet_vehicle/event_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:12: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:12: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:12: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.event.eventClient1 -11-19-2024 18:00:12: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.event.eventClient1 -11-19-2024 18:00:12: SVR-TRACE: ** IN getRunMethod: testname=testConnectionEventListener -11-19-2024 18:00:12: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:12: SVR-TRACE: **runmethod=testConnectionEventListener -11-19-2024 18:00:12: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:12: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:12: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectionEventListener_setup -11-19-2024 18:00:12: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:12: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.event.eventClient1 -11-19-2024 18:00:12: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:12: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectionEventListener_cleanup -11-19-2024 18:00:12: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:12: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.event.eventClient1 -11-19-2024 18:00:12: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:12: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:12: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:12: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:12: SVR: Got connection. -11-19-2024 18:00:12: Test status from a servlet: 0: -11-19-2024 18:00:12: Test: returning from running in a servlet vehicle -11-19-2024 18:00:12: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:12: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:] -11-19-2024 18:00:12: SVR: CONNECTION_CLOSED called correctly. -11-19-2024 18:00:12: SVR: Cleanup -11-19-2024 18:00:12: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:00:12: SVR: Test running in servlet vehicle passed -[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.557 s - in com.sun.ts.tests.connector.noTx.event.eventClient1ServletTest -[INFO] Running com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1JspTest -Nov 19, 2024 6:00:12 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:13 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:13 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:13 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:15 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:15 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:15 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:17 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:17: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:17: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:17: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:17: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:17: Opened connection to http://localhost:8080/lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:17: TRACE: got outputstream -11-19-2024 18:00:17: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:17: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAssociationMCFandRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:17: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:17: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:17: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:17: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA -11-19-2024 18:00:17: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:17: SVR-TRACE: **runmethod=testAssociationMCFandRA -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA_setup -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:17: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA_cleanup -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:17: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:17: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:17: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:17: SVR: Performing callback verification... -11-19-2024 18:00:17: SVR: Got RA log. -11-19-2024 18:00:17: SVR-TRACE: Got connection. -11-19-2024 18:00:17: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:17: SVR: Methods called correctly -11-19-2024 18:00:17: SVR: Performing end to end verification... -11-19-2024 18:00:17: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:17: SVR: Exception inserting into table. -11-19-2024 18:00:17: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:17: SVR-ERROR: Exception at: -11-19-2024 18:00:17: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testAssociationMCFandRA(lifecycleClient1.java:156) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testAssociationMCFandRA(lifecycleClient1.java:152) - ... 41 more - -11-19-2024 18:00:17: SVR: Cleanup -11-19-2024 18:00:17: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:17: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:17: Test: returning from running in a jsp vehicle -11-19-2024 18:00:17: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:17 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:17: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:17: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:17: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:17: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:17: Opened connection to http://localhost:8080/lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:17: TRACE: got outputstream -11-19-2024 18:00:17: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:17: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAssociationMCFandRA2nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:17: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:17: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:17: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:17: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA2 -11-19-2024 18:00:17: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:17: SVR-TRACE: **runmethod=testAssociationMCFandRA2 -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA2_setup -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:17: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA2_cleanup -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:17: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:17: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:17: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:17: SVR: Performing callback verification... -11-19-2024 18:00:17: SVR: Got RA log. -11-19-2024 18:00:17: SVR-TRACE: Got connection. -11-19-2024 18:00:17: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:17: SVR: Methods called correctly -11-19-2024 18:00:17: Test status from a jsp: 0: -11-19-2024 18:00:17: SVR: Performing end to end verification... -11-19-2024 18:00:17: Test: returning from running in a jsp vehicle -11-19-2024 18:00:17: SVR: Cleanup -11-19-2024 18:00:17: SVR: Test running in jsp vehicle passed -11-19-2024 18:00:17: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:17 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:17: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:17: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:17: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:17: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:17: Opened connection to http://localhost:8080/lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:17: TRACE: got outputstream -11-19-2024 18:00:17: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:17: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testBootstrapforNullnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:17: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:17: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:17: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:17: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testname=testBootstrapforNull -11-19-2024 18:00:17: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:17: SVR-TRACE: **runmethod=testBootstrapforNull -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testBootstrapforNull_setup -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:17: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testBootstrapforNull_cleanup -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:17: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:17: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:17: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:17: SVR: Performing callback verification... -11-19-2024 18:00:17: SVR: Got RA log. -11-19-2024 18:00:17: SVR-TRACE: Got connection. -11-19-2024 18:00:17: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:17: SVR: Methods called correctly -11-19-2024 18:00:17: SVR: Performing end to end verification... -11-19-2024 18:00:17: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:17: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:17: SVR: Exception inserting into table. -11-19-2024 18:00:17: Test: returning from running in a jsp vehicle -11-19-2024 18:00:17: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:17: SVR-ERROR: Exception at: -11-19-2024 18:00:17: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testBootstrapforNull(lifecycleClient1.java:285) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testBootstrapforNull(lifecycleClient1.java:281) - ... 41 more - -11-19-2024 18:00:17: SVR: Cleanup -11-19-2024 18:00:17: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:17: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:17 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:17: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:17: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:17: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:17: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:17: Opened connection to http://localhost:8080/lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:17: TRACE: got outputstream -11-19-2024 18:00:17: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:17: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testInstantiationOfRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:17: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:17: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:17: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:17: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testname=testInstantiationOfRA -11-19-2024 18:00:17: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:17: SVR-TRACE: **runmethod=testInstantiationOfRA -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testInstantiationOfRA_setup -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:17: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testInstantiationOfRA_cleanup -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:17: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:17: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:17: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:17: SVR: Performing callback verification... -11-19-2024 18:00:17: SVR: Got RA log. -11-19-2024 18:00:17: SVR-TRACE: Got connection. -11-19-2024 18:00:17: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:17: SVR: Methods called correctly -11-19-2024 18:00:17: SVR: Performing end to end verification... -11-19-2024 18:00:17: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:17: SVR: Exception inserting into table. -11-19-2024 18:00:17: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:17: SVR-ERROR: Exception at: -11-19-2024 18:00:17: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testInstantiationOfRA(lifecycleClient1.java:358) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testInstantiationOfRA(lifecycleClient1.java:354) - ... 41 more - -11-19-2024 18:00:17: SVR: Cleanup -11-19-2024 18:00:17: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:17: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:17: Test: returning from running in a jsp vehicle -11-19-2024 18:00:17: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:17 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:17: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:17: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:17: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:17: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:17: Opened connection to http://localhost:8080/lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:17: TRACE: got outputstream -11-19-2024 18:00:17: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:17: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMCFcalledOncenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:17: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:17: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:17: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:17: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testname=testMCFcalledOnce -11-19-2024 18:00:17: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:17: SVR-TRACE: **runmethod=testMCFcalledOnce -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMCFcalledOnce_setup -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:17: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMCFcalledOnce_cleanup -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:17: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:17: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:17: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:17: SVR: Performing callback verification... -11-19-2024 18:00:17: SVR: Got RA log. -11-19-2024 18:00:17: SVR-TRACE: Got connection. -11-19-2024 18:00:17: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:17: SVR: Methods called correctly -11-19-2024 18:00:17: SVR: Performing end to end verification... -11-19-2024 18:00:17: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:17: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:17: Test: returning from running in a jsp vehicle -11-19-2024 18:00:17: SVR: Exception inserting into table. -11-19-2024 18:00:17: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:17: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:17: SVR-ERROR: Exception at: -11-19-2024 18:00:17: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testMCFcalledOnce(lifecycleClient1.java:507) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testMCFcalledOnce(lifecycleClient1.java:503) - ... 41 more - -11-19-2024 18:00:17: SVR: Cleanup -11-19-2024 18:00:17: SVR: Test running in jsp vehicle failed -Nov 19, 2024 6:00:17 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:17: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:17: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:17: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:17: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:17: Opened connection to http://localhost:8080/lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:17: TRACE: got outputstream -11-19-2024 18:00:17: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:17: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRASharabilitynullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:17: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:17: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:17: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:17: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testname=testRASharability -11-19-2024 18:00:17: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:17: SVR-TRACE: **runmethod=testRASharability -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRASharability_setup -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:17: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRASharability_cleanup -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:17: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:17: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:17: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:17: SVR: Performing callback verification... -11-19-2024 18:00:17: SVR: Got RA log. -11-19-2024 18:00:17: SVR-TRACE: Got connection. -11-19-2024 18:00:17: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:17: SVR: Methods called correctly -11-19-2024 18:00:17: SVR: Performing end to end verification... -11-19-2024 18:00:17: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:17: SVR: Exception inserting into table. -11-19-2024 18:00:17: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:17: SVR-ERROR: Exception at: -11-19-2024 18:00:17: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:17: Test: returning from running in a jsp vehicle -11-19-2024 18:00:17: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testRASharability(lifecycleClient1.java:434) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testRASharability(lifecycleClient1.java:430) - ... 41 more - -11-19-2024 18:00:17: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:17: SVR: Cleanup -11-19-2024 18:00:17: SVR: Test running in jsp vehicle failed -Nov 19, 2024 6:00:17 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:17 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:17: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:17: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:17: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:17: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:17: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:17: Opened connection to http://localhost:8080/lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:17: TRACE: got outputstream -11-19-2024 18:00:17: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:17: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:17: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRAforJavaBeannullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:17: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:17: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:17: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_jsp_vehicle/lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:17: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:17: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:17: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ** IN getRunMethod: testname=testRAforJavaBean -11-19-2024 18:00:17: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:17: SVR-TRACE: **runmethod=testRAforJavaBean -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAforJavaBean_setup -11-19-2024 18:00:17: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:17: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAforJavaBean_cleanup -11-19-2024 18:00:17: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:17: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:17: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:17: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:17: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:17: SVR: Performing callback verification... -11-19-2024 18:00:17: SVR: Got RA log. -11-19-2024 18:00:17: SVR-TRACE: Got connection. -11-19-2024 18:00:17: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:17: SVR: Methods called correctly -11-19-2024 18:00:17: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:17: SVR: Performing end to end verification... -11-19-2024 18:00:17: Test: returning from running in a jsp vehicle -11-19-2024 18:00:17: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:17: SVR: Exception inserting into table. -11-19-2024 18:00:17: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:17: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:17: SVR-ERROR: Exception at: -11-19-2024 18:00:17: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testRAforJavaBean(lifecycleClient1.java:580) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testRAforJavaBean(lifecycleClient1.java:576) - ... 41 more - -11-19-2024 18:00:17: SVR: Cleanup -11-19-2024 18:00:17: SVR: Test running in jsp vehicle failed -[ERROR] Tests run: 7, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 5.088 s <<< FAILURE! - in com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1JspTest -[ERROR] com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1JspTest.testAssociationMCFandRA Time elapsed: 0.17 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1JspTest.testBootstrapforNull Time elapsed: 0.015 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1JspTest.testInstantiationOfRA Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1JspTest.testMCFcalledOnce Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1JspTest.testRASharability Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1JspTest.testRAforJavaBean Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1ServletTest -Nov 19, 2024 6:00:17 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:17 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:18 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:18 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:19 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:19 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:19 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:20 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:20 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:20 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:22 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:22: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:22: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:22: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:22: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:22: Opened connection to http://localhost:8080/lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:22: TRACE: got outputstream -11-19-2024 18:00:22: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:22: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 18:00:22: SVR-TRACE: In doPost -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:22: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:22: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAssociationMCFandRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:22: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:22: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA -11-19-2024 18:00:22: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:22: SVR-TRACE: **runmethod=testAssociationMCFandRA -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA_setup -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:22: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA_cleanup -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:22: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:22: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:22: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:22: SVR: Performing callback verification... -11-19-2024 18:00:22: SVR: Got RA log. -11-19-2024 18:00:22: SVR-TRACE: Got connection. -11-19-2024 18:00:22: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:22: SVR: Methods called correctly -11-19-2024 18:00:22: SVR: Performing end to end verification... -11-19-2024 18:00:22: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:22: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:22: SVR: Exception inserting into table. -11-19-2024 18:00:22: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:22: Test: returning from running in a servlet vehicle -11-19-2024 18:00:22: SVR-ERROR: Exception at: -11-19-2024 18:00:22: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:22: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testAssociationMCFandRA(lifecycleClient1.java:156) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testAssociationMCFandRA(lifecycleClient1.java:152) - ... 38 more - -11-19-2024 18:00:22: SVR: Cleanup -11-19-2024 18:00:22: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:00:22 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:22: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:22: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:22: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:22: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:22: Opened connection to http://localhost:8080/lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:22: TRACE: got outputstream -11-19-2024 18:00:22: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:22: SVR-TRACE: In doPost -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:22: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:22: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAssociationMCFandRA2nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:22: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:22: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA2 -11-19-2024 18:00:22: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:22: SVR-TRACE: **runmethod=testAssociationMCFandRA2 -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA2_setup -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:22: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA2_cleanup -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:22: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:22: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:22: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:22: SVR: Performing callback verification... -11-19-2024 18:00:22: SVR: Got RA log. -11-19-2024 18:00:22: SVR-TRACE: Got connection. -11-19-2024 18:00:22: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:22: SVR: Methods called correctly -11-19-2024 18:00:22: Test status from a servlet: 0: -11-19-2024 18:00:22: SVR: Performing end to end verification... -11-19-2024 18:00:22: SVR: Cleanup -11-19-2024 18:00:22: SVR: Test running in servlet vehicle passed -11-19-2024 18:00:22: Test: returning from running in a servlet vehicle -11-19-2024 18:00:22: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:22 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:22: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:22: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:22: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:22: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:22: Opened connection to http://localhost:8080/lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:22: TRACE: got outputstream -11-19-2024 18:00:22: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:22: SVR-TRACE: In doPost -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:22: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:22: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testBootstrapforNullnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:22: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:22: Test: returning from running in a servlet vehicle -11-19-2024 18:00:22: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:22: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testname=testBootstrapforNull -11-19-2024 18:00:22: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:22: SVR-TRACE: **runmethod=testBootstrapforNull -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testBootstrapforNull_setup -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:22: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testBootstrapforNull_cleanup -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:22: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:22: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:22: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:22: SVR: Performing callback verification... -11-19-2024 18:00:22: SVR: Got RA log. -11-19-2024 18:00:22: SVR-TRACE: Got connection. -11-19-2024 18:00:22: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:22: SVR: Methods called correctly -11-19-2024 18:00:22: SVR: Performing end to end verification... -11-19-2024 18:00:22: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:22: SVR: Exception inserting into table. -11-19-2024 18:00:22: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:22: SVR-ERROR: Exception at: -Nov 19, 2024 6:00:22 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -11-19-2024 18:00:22: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testBootstrapforNull(lifecycleClient1.java:285) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testBootstrapforNull(lifecycleClient1.java:281) - ... 38 more - -11-19-2024 18:00:22: SVR: Cleanup -11-19-2024 18:00:22: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:22: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:22: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:22: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:22: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:22: Opened connection to http://localhost:8080/lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:22: TRACE: got outputstream -11-19-2024 18:00:22: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:22: SVR-TRACE: In doPost -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:22: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:22: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testInstantiationOfRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:22: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:22: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:22: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: Test: returning from running in a servlet vehicle -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testname=testInstantiationOfRA -11-19-2024 18:00:22: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:22: SVR-TRACE: **runmethod=testInstantiationOfRA -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testInstantiationOfRA_setup -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:22: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testInstantiationOfRA_cleanup -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:22: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:22: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:22: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:22: SVR: Performing callback verification... -11-19-2024 18:00:22: SVR: Got RA log. -11-19-2024 18:00:22: SVR-TRACE: Got connection. -11-19-2024 18:00:22: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:22: SVR: Methods called correctly -11-19-2024 18:00:22: SVR: Performing end to end verification... -11-19-2024 18:00:22: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:22: SVR: Exception inserting into table. -11-19-2024 18:00:22: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:22: SVR-ERROR: Exception at: -11-19-2024 18:00:22: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testInstantiationOfRA(lifecycleClient1.java:358) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testInstantiationOfRA(lifecycleClient1.java:354) - ... 38 more - -11-19-2024 18:00:22: SVR: Cleanup -11-19-2024 18:00:22: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:00:22 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:22: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:22: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:22: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:22: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:22: Opened connection to http://localhost:8080/lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:22: TRACE: got outputstream -11-19-2024 18:00:22: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:22: SVR-TRACE: In doPost -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:22: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:22: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMCFcalledOncenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:22: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:22: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testname=testMCFcalledOnce -11-19-2024 18:00:22: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:22: SVR-TRACE: **runmethod=testMCFcalledOnce -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMCFcalledOnce_setup -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:22: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMCFcalledOnce_cleanup -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:22: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:22: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:22: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:22: SVR: Performing callback verification... -11-19-2024 18:00:22: SVR: Got RA log. -11-19-2024 18:00:22: SVR-TRACE: Got connection. -11-19-2024 18:00:22: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:22: Test: returning from running in a servlet vehicle -11-19-2024 18:00:22: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:22: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:22: SVR: Methods called correctly -11-19-2024 18:00:22: SVR: Performing end to end verification... -11-19-2024 18:00:22: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:22: SVR: Exception inserting into table. -11-19-2024 18:00:22: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:22: SVR-ERROR: Exception at: -11-19-2024 18:00:22: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testMCFcalledOnce(lifecycleClient1.java:507) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testMCFcalledOnce(lifecycleClient1.java:503) - ... 38 more - -11-19-2024 18:00:22: SVR: Cleanup -11-19-2024 18:00:22: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:00:22 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:22: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:22: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:22: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:22: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:22: Opened connection to http://localhost:8080/lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:22: TRACE: got outputstream -11-19-2024 18:00:22: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:22: SVR-TRACE: In doPost -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:22: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:22: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRASharabilitynullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:22: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:22: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testname=testRASharability -11-19-2024 18:00:22: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:22: SVR-TRACE: **runmethod=testRASharability -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRASharability_setup -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:22: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRASharability_cleanup -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:22: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:22: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:22: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:22: SVR: Performing callback verification... -11-19-2024 18:00:22: SVR: Got RA log. -11-19-2024 18:00:22: SVR-TRACE: Got connection. -11-19-2024 18:00:22: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:22: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:22: SVR: Methods called correctly -11-19-2024 18:00:22: SVR: Performing end to end verification... -11-19-2024 18:00:22: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:22: Test: returning from running in a servlet vehicle -11-19-2024 18:00:22: SVR: Exception inserting into table. -11-19-2024 18:00:22: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:22: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:22: SVR-ERROR: Exception at: -11-19-2024 18:00:22: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testRASharability(lifecycleClient1.java:434) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testRASharability(lifecycleClient1.java:430) - ... 38 more - -11-19-2024 18:00:22: SVR: Cleanup -11-19-2024 18:00:22: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:00:22 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:22 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:22: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:22: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:22: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:22: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:22: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:22: Opened connection to http://localhost:8080/lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:22: TRACE: got outputstream -11-19-2024 18:00:22: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:22: SVR-TRACE: In doPost -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:22: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:22: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:22: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRAforJavaBeannullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:22: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/lifecycle_servlet_vehicle/lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:22: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:22: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ** IN getRunMethod: testname=testRAforJavaBean -11-19-2024 18:00:22: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:22: SVR-TRACE: **runmethod=testRAforJavaBean -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAforJavaBean_setup -11-19-2024 18:00:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:22: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAforJavaBean_cleanup -11-19-2024 18:00:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:22: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:22: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:22: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:22: SVR: Performing callback verification... -11-19-2024 18:00:22: SVR: Got RA log. -11-19-2024 18:00:22: SVR-TRACE: Got connection. -11-19-2024 18:00:22: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:22: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:22: SVR: Methods called correctly -11-19-2024 18:00:22: SVR: Performing end to end verification... -11-19-2024 18:00:22: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:22: Test: returning from running in a servlet vehicle -11-19-2024 18:00:22: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:22: SVR: Exception inserting into table. -11-19-2024 18:00:22: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:22: SVR-ERROR: Exception at: -11-19-2024 18:00:22: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testRAforJavaBean(lifecycleClient1.java:580) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.testRAforJavaBean(lifecycleClient1.java:576) - ... 38 more - -11-19-2024 18:00:22: SVR: Cleanup -11-19-2024 18:00:22: SVR: Test running in servlet vehicle failed -[ERROR] Tests run: 7, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 5.268 s <<< FAILURE! - in com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1ServletTest -[ERROR] com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1ServletTest.testAssociationMCFandRA Time elapsed: 0.021 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1ServletTest.testBootstrapforNull Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1ServletTest.testInstantiationOfRA Time elapsed: 0.021 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1ServletTest.testMCFcalledOnce Time elapsed: 0.024 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1ServletTest.testRASharability Time elapsed: 0.019 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1ServletTest.testRAforJavaBean Time elapsed: 0.019 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.noTx.security.securityClient1JspTest -Nov 19, 2024 6:00:23 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:23 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:23 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:23 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:24 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:24 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:24 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:25 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:25 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:26 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:26 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:27 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:27 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:28 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:28: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:28: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:28: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:28: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:28: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:28: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:28: Opened connection to http://localhost:8080/security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:28: TRACE: got outputstream -11-19-2024 18:00:28: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:28: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:28: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:28: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAppEISSignonnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:28: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:28: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_jsp_vehicle/security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/security/securityClient1.class -11-19-2024 18:00:28: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_jsp_vehicle/security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:28: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_jsp_vehicle/security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:28: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:28: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:28: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: ** IN getRunMethod: testname=testAppEISSignon -11-19-2024 18:00:28: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:28: SVR-TRACE: **runmethod=testAppEISSignon -11-19-2024 18:00:28: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:28: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:28: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAppEISSignon_setup -11-19-2024 18:00:28: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:28: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:28: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAppEISSignon_cleanup -11-19-2024 18:00:28: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:28: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:28: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:28: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:28: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-notx in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-notx] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.noTx.security.securityClient1.setup(securityClient1.java:96) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-notx - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 46 more - Suppressed: javax.naming.NameNotFoundException: No object bound to name java:module/env/eis/whitebox-notx in namespace JavaNamespace[name=security_jsp_vehicle/security_jsp_vehicle_web.war, keys=[java:module/, java:/, java:module/env, java:, java:module/env/, java:module]] - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:599) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 47 more - -11-19-2024 18:00:28: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-notx in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:28: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:28: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:28: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:28: SVR: Exception caught on creating connection. -11-19-2024 18:00:28: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection(String, String)" because "this.ds2" is null -11-19-2024 18:00:28: SVR-ERROR: Exception at: -11-19-2024 18:00:28: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection(String, String)" because "this.ds2" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.testAppEISSignon(securityClient1.java:219) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection(String, String)" because "this.ds2" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.testAppEISSignon(securityClient1.java:215) - ... 41 more - -11-19-2024 18:00:28: SVR: Cleanup -11-19-2024 18:00:28: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:00:28: SVR-ERROR: Exception on cleanup: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.close()" because "this.con" is null -11-19-2024 18:00:28: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.close()" because "this.con" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.cleanup(securityClient1.java:297) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:28: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:28: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection(String, String)" because "this.ds2" is null -11-19-2024 18:00:28: Test: returning from running in a jsp vehicle -11-19-2024 18:00:28: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:28 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:28: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:28: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:28: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:28: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:28: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:28: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:28: Opened connection to http://localhost:8080/security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:28: TRACE: got outputstream -11-19-2024 18:00:28: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:28: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:28: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:28: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testComponentManagednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:28: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:28: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_jsp_vehicle/security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/security/securityClient1.class -11-19-2024 18:00:28: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_jsp_vehicle/security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:28: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_jsp_vehicle/security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:28: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:28: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:28: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: ** IN getRunMethod: testname=testComponentManaged -11-19-2024 18:00:28: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:28: SVR-TRACE: **runmethod=testComponentManaged -11-19-2024 18:00:28: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:28: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:28: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testComponentManaged_setup -11-19-2024 18:00:28: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:28: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:28: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testComponentManaged_cleanup -11-19-2024 18:00:28: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:28: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:28: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:28: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:28: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-notx in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-notx] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.noTx.security.securityClient1.setup(securityClient1.java:96) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-notx - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 46 more - Suppressed: javax.naming.NameNotFoundException: No object bound to name java:module/env/eis/whitebox-notx in namespace JavaNamespace[name=security_jsp_vehicle/security_jsp_vehicle_web.war, keys=[java:module/, java:/, java:module/env, java:, java:module/env/, java:module]] - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:599) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 47 more - -11-19-2024 18:00:28: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-notx in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:28: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:28: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:28: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:28: SVR: Exception caught on creating connection. -11-19-2024 18:00:28: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection(String, String)" because "this.ds2" is null -11-19-2024 18:00:28: SVR-ERROR: Exception at: -11-19-2024 18:00:28: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection(String, String)" because "this.ds2" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.testComponentManaged(securityClient1.java:176) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection(String, String)" because "this.ds2" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.testComponentManaged(securityClient1.java:172) - ... 41 more - -11-19-2024 18:00:28: SVR: Cleanup -11-19-2024 18:00:28: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:00:28: SVR-ERROR: Exception on cleanup: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.close()" because "this.con" is null -11-19-2024 18:00:28: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.close()" because "this.con" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.cleanup(securityClient1.java:297) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:28: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:28: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection(String, String)" because "this.ds2" is null -11-19-2024 18:00:28: Test: returning from running in a jsp vehicle -11-19-2024 18:00:28: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:28 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:28: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:28: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:28: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:28: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:28: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:28: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:28: Opened connection to http://localhost:8080/security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:28: TRACE: got outputstream -11-19-2024 18:00:28: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:28: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:28: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:28: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnManagerAllocateConnectionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:28: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:28: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_jsp_vehicle/security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/security/securityClient1.class -11-19-2024 18:00:28: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_jsp_vehicle/security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:28: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_jsp_vehicle/security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:28: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:28: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:28: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: ** IN getRunMethod: testname=testConnManagerAllocateConnection -11-19-2024 18:00:28: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:28: SVR-TRACE: **runmethod=testConnManagerAllocateConnection -11-19-2024 18:00:28: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:28: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:28: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnManagerAllocateConnection_setup -11-19-2024 18:00:28: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:28: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:28: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnManagerAllocateConnection_cleanup -11-19-2024 18:00:28: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:28: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:28: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:28: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:28: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-notx in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-notx] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.noTx.security.securityClient1.setup(securityClient1.java:96) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-notx - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 46 more - Suppressed: javax.naming.NameNotFoundException: No object bound to name java:module/env/eis/whitebox-notx in namespace JavaNamespace[name=security_jsp_vehicle/security_jsp_vehicle_web.war, keys=[java:module/, java:/, java:module/env, java:, java:module/env/, java:module]] - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:599) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 47 more - -11-19-2024 18:00:28: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-notx in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:28: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:28: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:28: SVR: Exception caught on creating connection. -11-19-2024 18:00:28: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection()" because "this.ds1" is null -11-19-2024 18:00:28: SVR-ERROR: Exception at: -11-19-2024 18:00:28: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection()" because "this.ds1" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.testConnManagerAllocateConnection(securityClient1.java:264) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection()" because "this.ds1" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.testConnManagerAllocateConnection(securityClient1.java:260) - ... 41 more - -11-19-2024 18:00:28: SVR: Cleanup -11-19-2024 18:00:28: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:00:28: SVR-ERROR: Exception on cleanup: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.close()" because "this.con" is null -11-19-2024 18:00:28: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.close()" because "this.con" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.cleanup(securityClient1.java:297) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:28: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:28: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection()" because "this.ds1" is null -11-19-2024 18:00:28: Test: returning from running in a jsp vehicle -11-19-2024 18:00:28: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:28 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.security.securityClient1, vehicle: jsp -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:28 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:28: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:28: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:28: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:28: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:28: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:28: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:28: Opened connection to http://localhost:8080/security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:28: TRACE: got outputstream -11-19-2024 18:00:28: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:28: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:28: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:28: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testContainerManagednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:28: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:28: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:28: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_jsp_vehicle/security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/security/securityClient1.class -11-19-2024 18:00:28: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_jsp_vehicle/security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:28: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_jsp_vehicle/security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:28: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:28: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:28: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: ** IN getRunMethod: testname=testContainerManaged -11-19-2024 18:00:28: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:28: SVR-TRACE: **runmethod=testContainerManaged -11-19-2024 18:00:28: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:28: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:28: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testContainerManaged_setup -11-19-2024 18:00:28: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:28: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:28: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testContainerManaged_cleanup -11-19-2024 18:00:28: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:28: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:28: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:28: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:28: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:28: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-notx in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-notx] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.noTx.security.securityClient1.setup(securityClient1.java:96) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-notx - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 46 more - Suppressed: javax.naming.NameNotFoundException: No object bound to name java:module/env/eis/whitebox-notx in namespace JavaNamespace[name=security_jsp_vehicle/security_jsp_vehicle_web.war, keys=[java:module/, java:/, java:module/env, java:, java:module/env/, java:module]] - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:599) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 47 more - -11-19-2024 18:00:28: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-notx in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:28: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:28: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:28: SVR: Exception caught on creating connection. -11-19-2024 18:00:28: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection()" because "this.ds1" is null -11-19-2024 18:00:28: SVR-ERROR: Exception at: -11-19-2024 18:00:28: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection()" because "this.ds1" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.testContainerManaged(securityClient1.java:130) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection()" because "this.ds1" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.testContainerManaged(securityClient1.java:126) - ... 41 more - -11-19-2024 18:00:28: SVR: Cleanup -11-19-2024 18:00:28: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:00:28: SVR-ERROR: Exception on cleanup: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.close()" because "this.con" is null -11-19-2024 18:00:28: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.close()" because "this.con" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.cleanup(securityClient1.java:297) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:28: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:28: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection()" because "this.ds1" is null -11-19-2024 18:00:28: Test: returning from running in a jsp vehicle -11-19-2024 18:00:28: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 5.541 s <<< FAILURE! - in com.sun.ts.tests.connector.noTx.security.securityClient1JspTest -[ERROR] com.sun.ts.tests.connector.noTx.security.securityClient1JspTest.testAppEISSignon Time elapsed: 0.18 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection(String, String)" because "this.ds2" is null - -[ERROR] com.sun.ts.tests.connector.noTx.security.securityClient1JspTest.testComponentManaged Time elapsed: 0.016 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection(String, String)" because "this.ds2" is null - -[ERROR] com.sun.ts.tests.connector.noTx.security.securityClient1JspTest.testConnManagerAllocateConnection Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection()" because "this.ds1" is null - -[ERROR] com.sun.ts.tests.connector.noTx.security.securityClient1JspTest.testContainerManaged Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.getConnection()" because "this.ds1" is null - -[INFO] Running com.sun.ts.tests.connector.noTx.security.securityClient1ServletTest -Nov 19, 2024 6:00:28 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:28 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:29 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:29 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:29 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:30 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:30 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:30 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:31 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:31 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:31 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:32 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:32 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:33: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:33: Opened connection to http://localhost:8080/security_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:33: TRACE: got outputstream -11-19-2024 18:00:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:33: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 18:00:33: SVR-TRACE: In doPost -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAppEISSignonnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_servlet_vehicle/security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/security/securityClient1.class -11-19-2024 18:00:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_servlet_vehicle/security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_servlet_vehicle/security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: ** IN getRunMethod: testname=testAppEISSignon -11-19-2024 18:00:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:33: SVR-TRACE: **runmethod=testAppEISSignon -11-19-2024 18:00:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAppEISSignon_setup -11-19-2024 18:00:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAppEISSignon_cleanup -11-19-2024 18:00:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:33: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:33: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:33: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@17e7d674 -11-19-2024 18:00:33: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7707fc6c -11-19-2024 18:00:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:33: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:33: SVR: Got connection object from the TSDataSource. -11-19-2024 18:00:33: SVR: Checking for Connection Validity. -11-19-2024 18:00:33: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:33: SVR: Values inserted into table! -11-19-2024 18:00:33: SVR: Table has been dropped! -11-19-2024 18:00:33: SVR: Cleanup -11-19-2024 18:00:33: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:00:33: SVR: Test running in servlet vehicle passed -11-19-2024 18:00:33: Test status from a servlet: 0: -11-19-2024 18:00:33: Test: returning from running in a servlet vehicle -11-19-2024 18:00:33: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:33: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:33: Opened connection to http://localhost:8080/security_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:33: TRACE: got outputstream -11-19-2024 18:00:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:33: SVR-TRACE: In doPost -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testComponentManagednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_servlet_vehicle/security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/security/securityClient1.class -11-19-2024 18:00:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_servlet_vehicle/security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_servlet_vehicle/security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: ** IN getRunMethod: testname=testComponentManaged -11-19-2024 18:00:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:33: SVR-TRACE: **runmethod=testComponentManaged -11-19-2024 18:00:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testComponentManaged_setup -11-19-2024 18:00:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testComponentManaged_cleanup -11-19-2024 18:00:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:33: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:33: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:33: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@2a4ff83d -11-19-2024 18:00:33: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@48b5938e -11-19-2024 18:00:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:33: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:33: SVR: Got connection object from the TSDataSource. -11-19-2024 18:00:33: SVR: Checking for Connection Validity. -11-19-2024 18:00:33: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:33: SVR: Values inserted into table! -11-19-2024 18:00:33: SVR: Table has been dropped! -11-19-2024 18:00:33: SVR: Cleanup -11-19-2024 18:00:33: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:00:33: SVR: Test running in servlet vehicle passed -11-19-2024 18:00:33: Test status from a servlet: 0: -11-19-2024 18:00:33: Test: returning from running in a servlet vehicle -11-19-2024 18:00:33: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:33: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:33: Opened connection to http://localhost:8080/security_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:33: TRACE: got outputstream -11-19-2024 18:00:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:33: SVR-TRACE: In doPost -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnManagerAllocateConnectionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_servlet_vehicle/security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/security/securityClient1.class -11-19-2024 18:00:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_servlet_vehicle/security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_servlet_vehicle/security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: ** IN getRunMethod: testname=testConnManagerAllocateConnection -11-19-2024 18:00:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:33: SVR-TRACE: **runmethod=testConnManagerAllocateConnection -11-19-2024 18:00:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnManagerAllocateConnection_setup -11-19-2024 18:00:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnManagerAllocateConnection_cleanup -11-19-2024 18:00:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:33: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:33: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:33: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@61236ae4 -11-19-2024 18:00:33: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@51ad4b5 -11-19-2024 18:00:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:33: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:33: Test: returning from running in a servlet vehicle -11-19-2024 18:00:33: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:33: SVR: Got connection from the TSDataSource. -11-19-2024 18:00:33: SVR: Checking for Connection Validity. -11-19-2024 18:00:33: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:33: SVR: Exception inserting into table. -11-19-2024 18:00:33: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:33: SVR-ERROR: Exception at: -11-19-2024 18:00:33: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.testConnManagerAllocateConnection(securityClient1.java:277) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.security.securityClient1.testConnManagerAllocateConnection(securityClient1.java:273) - ... 38 more - -11-19-2024 18:00:33: SVR: Cleanup -11-19-2024 18:00:33: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:00:33: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:00:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.security.securityClient1, vehicle: servlet -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:33 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:33: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:33: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:33: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:33: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:33: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:33: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:33: Opened connection to http://localhost:8080/security_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:33: TRACE: got outputstream -11-19-2024 18:00:33: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:33: SVR-TRACE: In doPost -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:33: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:33: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:33: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testContainerManagednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:33: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_servlet_vehicle/security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/security/securityClient1.class -11-19-2024 18:00:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_servlet_vehicle/security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:33: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/security_servlet_vehicle/security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:33: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:33: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: ** IN getRunMethod: testname=testContainerManaged -11-19-2024 18:00:33: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:33: SVR-TRACE: **runmethod=testContainerManaged -11-19-2024 18:00:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:33: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testContainerManaged_setup -11-19-2024 18:00:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:33: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testContainerManaged_cleanup -11-19-2024 18:00:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:33: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.security.securityClient1 -11-19-2024 18:00:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:33: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:33: SVR: Using: java:comp/env/eis/whitebox-notx-param -11-19-2024 18:00:33: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:33: Test: returning from running in a servlet vehicle -11-19-2024 18:00:33: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:33: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@5661d2c2 -11-19-2024 18:00:33: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@42cbf9df -11-19-2024 18:00:33: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:33: SVR: Got connection from the TSDataSource. -11-19-2024 18:00:33: SVR: Checking for Connection Validity. -11-19-2024 18:00:33: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:33: SVR: Exception inserting into table. -11-19-2024 18:00:33: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:33: SVR-ERROR: Exception at: -11-19-2024 18:00:33: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.security.securityClient1.testContainerManaged(securityClient1.java:143) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.security.securityClient1.testContainerManaged(securityClient1.java:139) - ... 38 more - -11-19-2024 18:00:33: SVR: Cleanup -11-19-2024 18:00:33: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:00:33: SVR: Test running in servlet vehicle failed -[ERROR] Tests run: 4, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 5.237 s <<< FAILURE! - in com.sun.ts.tests.connector.noTx.security.securityClient1ServletTest -[ERROR] com.sun.ts.tests.connector.noTx.security.securityClient1ServletTest.testConnManagerAllocateConnection Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.security.securityClient1ServletTest.testContainerManaged Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1JspTest -Nov 19, 2024 6:00:33 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:34 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:34 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:34 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:35 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:36 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:36 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:36 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:37 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:37 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:38 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:38: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:38: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:38: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:38: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:38: Opened connection to http://localhost:8080/workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:38: TRACE: got outputstream -11-19-2024 18:00:38: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:38: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testForUnsharedTimernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:38: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:38: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:38: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:38: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testname=testForUnsharedTimer -11-19-2024 18:00:38: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:38: SVR-TRACE: **runmethod=testForUnsharedTimer -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testForUnsharedTimer_setup -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:38: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testForUnsharedTimer_cleanup -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:38: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:38: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:38: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:38: SVR: Performing callback verification... -11-19-2024 18:00:38: SVR: Got RA log. -11-19-2024 18:00:38: SVR-TRACE: Got connection. -11-19-2024 18:00:38: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:38: SVR: Methods called correctly -11-19-2024 18:00:38: SVR: Performing end to end verification... -11-19-2024 18:00:38: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:38: SVR: Exception inserting into table. -11-19-2024 18:00:38: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: SVR-ERROR: Exception at: -11-19-2024 18:00:38: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: Test: returning from running in a jsp vehicle -11-19-2024 18:00:38: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testForUnsharedTimer(workmgtClient1.java:547) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testForUnsharedTimer(workmgtClient1.java:543) - ... 41 more - -11-19-2024 18:00:38: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:38: SVR: Cleanup -11-19-2024 18:00:38: SVR: Test running in jsp vehicle failed -Nov 19, 2024 6:00:38 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:38: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:38: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:38: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:38: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:38: Opened connection to http://localhost:8080/workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:38: TRACE: got outputstream -11-19-2024 18:00:38: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:38: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNestedWorknullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:38: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:38: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:38: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:38: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testname=testNestedWork -11-19-2024 18:00:38: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:38: SVR-TRACE: **runmethod=testNestedWork -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWork_setup -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:38: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWork_cleanup -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:38: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:38: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:38: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:38: SVR: Performing callback verification... -11-19-2024 18:00:38: SVR: Got RA log. -11-19-2024 18:00:38: SVR-TRACE: Got connection. -11-19-2024 18:00:38: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:38: SVR: Methods called correctly -11-19-2024 18:00:38: SVR: Performing end to end verification... -11-19-2024 18:00:38: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:38: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: SVR: Exception inserting into table. -11-19-2024 18:00:38: Test: returning from running in a jsp vehicle -11-19-2024 18:00:38: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:38: SVR-ERROR: Exception at: -11-19-2024 18:00:38: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testNestedWork(workmgtClient1.java:621) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testNestedWork(workmgtClient1.java:617) - ... 41 more - -11-19-2024 18:00:38: SVR: Cleanup -11-19-2024 18:00:38: SVR: Test running in jsp vehicle failed -Nov 19, 2024 6:00:38 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:38: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:38: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:38: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:38: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:38: Opened connection to http://localhost:8080/workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:38: TRACE: got outputstream -11-19-2024 18:00:38: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:38: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testScheduleWorknullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:38: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:38: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:38: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:38: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWork -11-19-2024 18:00:38: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:38: SVR-TRACE: **runmethod=testScheduleWork -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWork_setup -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:38: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWork_cleanup -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:38: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:38: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:38: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:38: SVR: Performing callback verification... -11-19-2024 18:00:38: SVR: Got RA log. -11-19-2024 18:00:38: SVR-TRACE: Got connection. -11-19-2024 18:00:38: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:38: SVR: Methods called correctly -11-19-2024 18:00:38: SVR: Performing end to end verification... -11-19-2024 18:00:38: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:38: SVR: Exception inserting into table. -11-19-2024 18:00:38: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: SVR-ERROR: Exception at: -11-19-2024 18:00:38: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testScheduleWork(workmgtClient1.java:305) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testScheduleWork(workmgtClient1.java:301) - ... 41 more - -11-19-2024 18:00:38: SVR: Cleanup -11-19-2024 18:00:38: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:38: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: Test: returning from running in a jsp vehicle -11-19-2024 18:00:38: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:38 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:38: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:38: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:38: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:38: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:38: Opened connection to http://localhost:8080/workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:38: TRACE: got outputstream -11-19-2024 18:00:38: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:38: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testScheduleWorkListenernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:38: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:38: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:38: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:38: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWorkListener -11-19-2024 18:00:38: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:38: SVR-TRACE: **runmethod=testScheduleWorkListener -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWorkListener_setup -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:38: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWorkListener_cleanup -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:38: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:38: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:38: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:38: SVR: Performing callback verification... -11-19-2024 18:00:38: SVR: Got RA log. -11-19-2024 18:00:38: SVR-TRACE: Got connection. -11-19-2024 18:00:38: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:38: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: SVR: Methods called correctly -11-19-2024 18:00:38: Test: returning from running in a jsp vehicle -11-19-2024 18:00:38: SVR: Performing end to end verification... -11-19-2024 18:00:38: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:38: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:38: SVR: Exception inserting into table. -11-19-2024 18:00:38: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: SVR-ERROR: Exception at: -11-19-2024 18:00:38: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testScheduleWorkListener(workmgtClient1.java:378) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testScheduleWorkListener(workmgtClient1.java:374) - ... 41 more - -11-19-2024 18:00:38: SVR: Cleanup -11-19-2024 18:00:38: SVR: Test running in jsp vehicle failed -Nov 19, 2024 6:00:38 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:38: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:38: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:38: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:38: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:38: Opened connection to http://localhost:8080/workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:38: TRACE: got outputstream -11-19-2024 18:00:38: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:38: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testUnknownWorkDurationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:38: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:38: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:38: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:38: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testname=testUnknownWorkDuration -11-19-2024 18:00:38: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:38: SVR-TRACE: **runmethod=testUnknownWorkDuration -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUnknownWorkDuration_setup -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:38: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUnknownWorkDuration_cleanup -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:38: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:38: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:38: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:38: SVR: Performing callback verification... -11-19-2024 18:00:38: SVR: Got RA log. -11-19-2024 18:00:38: SVR-TRACE: Got connection. -11-19-2024 18:00:38: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:38: SVR: Methods called correctly -11-19-2024 18:00:38: SVR: Performing end to end verification... -11-19-2024 18:00:38: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:38: SVR: Exception inserting into table. -11-19-2024 18:00:38: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: SVR-ERROR: Exception at: -11-19-2024 18:00:38: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testUnknownWorkDuration(workmgtClient1.java:704) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testUnknownWorkDuration(workmgtClient1.java:700) - ... 41 more - -11-19-2024 18:00:38: SVR: Cleanup -11-19-2024 18:00:38: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:38: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: Test: returning from running in a jsp vehicle -11-19-2024 18:00:38: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:38 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:38: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:38: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:38: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:38: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:38: Opened connection to http://localhost:8080/workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:38: TRACE: got outputstream -11-19-2024 18:00:38: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:38: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkCompletedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:38: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:38: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:38: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:38: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testname=testWorkCompletedException -11-19-2024 18:00:38: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:38: SVR-TRACE: **runmethod=testWorkCompletedException -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkCompletedException_setup -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:38: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkCompletedException_cleanup -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:38: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:38: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:38: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:38: SVR: Performing callback verification... -11-19-2024 18:00:38: SVR: Got RA log. -11-19-2024 18:00:38: SVR-TRACE: Got connection. -11-19-2024 18:00:38: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:38: SVR: Methods called correctly -11-19-2024 18:00:38: SVR: Performing end to end verification... -11-19-2024 18:00:38: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:38: SVR: Exception inserting into table. -11-19-2024 18:00:38: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: SVR-ERROR: Exception at: -11-19-2024 18:00:38: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testWorkCompletedException(workmgtClient1.java:452) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testWorkCompletedException(workmgtClient1.java:448) - ... 41 more - -11-19-2024 18:00:38: SVR: Cleanup -11-19-2024 18:00:38: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:38: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: Test: returning from running in a jsp vehicle -11-19-2024 18:00:38: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:38 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:38: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:38: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:38: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:38: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:38: Opened connection to http://localhost:8080/workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:38: TRACE: got outputstream -11-19-2024 18:00:38: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:38: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkListenerImplementationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:38: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:38: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:38: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:38: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testname=testWorkListenerImplementation -11-19-2024 18:00:38: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:38: SVR-TRACE: **runmethod=testWorkListenerImplementation -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkListenerImplementation_setup -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:38: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkListenerImplementation_cleanup -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:38: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:38: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:38: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:38: SVR: Performing callback verification... -11-19-2024 18:00:38: SVR: Got RA log. -11-19-2024 18:00:38: SVR-TRACE: Got connection. -11-19-2024 18:00:38: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:38: SVR: Methods called correctly -11-19-2024 18:00:38: SVR: Performing end to end verification... -11-19-2024 18:00:38: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:38: SVR: Exception inserting into table. -11-19-2024 18:00:38: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: SVR-ERROR: Exception at: -11-19-2024 18:00:38: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testWorkListenerImplementation(workmgtClient1.java:232) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testWorkListenerImplementation(workmgtClient1.java:228) - ... 41 more - -11-19-2024 18:00:38: SVR: Cleanup -11-19-2024 18:00:38: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:38: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: Test: returning from running in a jsp vehicle -11-19-2024 18:00:38: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:38 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:38 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:38: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:38: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:38: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:38: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:38: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:38: Opened connection to http://localhost:8080/workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:38: TRACE: got outputstream -11-19-2024 18:00:38: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:38: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:38: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkManagerImplementaionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:38: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:38: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:38: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_jsp_vehicle/workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:38: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:38: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:38: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ** IN getRunMethod: testname=testWorkManagerImplementaion -11-19-2024 18:00:38: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:38: SVR-TRACE: **runmethod=testWorkManagerImplementaion -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkManagerImplementaion_setup -11-19-2024 18:00:38: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:38: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkManagerImplementaion_cleanup -11-19-2024 18:00:38: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:38: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:38: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:38: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:38: SVR: Performing callback verification... -11-19-2024 18:00:38: SVR: Got RA log. -11-19-2024 18:00:38: SVR-TRACE: Got connection. -11-19-2024 18:00:38: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:38: SVR: Methods called correctly -11-19-2024 18:00:38: SVR: Performing end to end verification... -11-19-2024 18:00:38: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:38: SVR: Exception inserting into table. -11-19-2024 18:00:38: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:38: SVR-ERROR: Exception at: -11-19-2024 18:00:38: Test: returning from running in a jsp vehicle -11-19-2024 18:00:38: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:38: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testWorkManagerImplementaion(workmgtClient1.java:155) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testWorkManagerImplementaion(workmgtClient1.java:151) - ... 41 more - -11-19-2024 18:00:38: SVR: Cleanup -11-19-2024 18:00:38: SVR: Test running in jsp vehicle failed -[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 5.202 s <<< FAILURE! - in com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1JspTest -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1JspTest.testForUnsharedTimer Time elapsed: 0.144 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1JspTest.testNestedWork Time elapsed: 0.016 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1JspTest.testScheduleWork Time elapsed: 0.016 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1JspTest.testScheduleWorkListener Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1JspTest.testUnknownWorkDuration Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1JspTest.testWorkCompletedException Time elapsed: 0.018 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1JspTest.testWorkListenerImplementation Time elapsed: 0.027 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1JspTest.testWorkManagerImplementaion Time elapsed: 0.029 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1ServletTest -Nov 19, 2024 6:00:39 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:39 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:39 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:39 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:40 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:40 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:40 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:41 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:41 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:41 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:42 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:42 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:42 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:43 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:43: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:43: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:43: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:43: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:43: Opened connection to http://localhost:8080/workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:43: TRACE: got outputstream -11-19-2024 18:00:43: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:43: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 18:00:43: SVR-TRACE: In doPost -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:43: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:43: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testForUnsharedTimernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:43: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:43: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testname=testForUnsharedTimer -11-19-2024 18:00:43: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:43: SVR-TRACE: **runmethod=testForUnsharedTimer -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testForUnsharedTimer_setup -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:43: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testForUnsharedTimer_cleanup -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:43: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:43: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:43: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:43: SVR: Performing callback verification... -11-19-2024 18:00:43: SVR: Got RA log. -11-19-2024 18:00:43: SVR-TRACE: Got connection. -11-19-2024 18:00:43: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:43: SVR: Methods called correctly -11-19-2024 18:00:43: SVR: Performing end to end verification... -11-19-2024 18:00:43: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:43: SVR: Exception inserting into table. -11-19-2024 18:00:43: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: SVR-ERROR: Exception at: -11-19-2024 18:00:43: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testForUnsharedTimer(workmgtClient1.java:547) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testForUnsharedTimer(workmgtClient1.java:543) - ... 38 more - -11-19-2024 18:00:43: SVR: Cleanup -11-19-2024 18:00:43: SVR: Test running in servlet vehicle failed -11-19-2024 18:00:43: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: Test: returning from running in a servlet vehicle -11-19-2024 18:00:43: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:43 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:43: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:43: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:43: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:43: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:43: Opened connection to http://localhost:8080/workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:43: TRACE: got outputstream -11-19-2024 18:00:43: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:43: SVR-TRACE: In doPost -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:43: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:43: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNestedWorknullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:43: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:43: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testname=testNestedWork -11-19-2024 18:00:43: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:43: SVR-TRACE: **runmethod=testNestedWork -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWork_setup -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:43: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWork_cleanup -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:43: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:43: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:43: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:43: SVR: Performing callback verification... -11-19-2024 18:00:43: SVR: Got RA log. -11-19-2024 18:00:43: SVR-TRACE: Got connection. -11-19-2024 18:00:43: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: Test: returning from running in a servlet vehicle -11-19-2024 18:00:43: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:43: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:43: SVR: Methods called correctly -11-19-2024 18:00:43: SVR: Performing end to end verification... -11-19-2024 18:00:43: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:43: SVR: Exception inserting into table. -11-19-2024 18:00:43: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: SVR-ERROR: Exception at: -11-19-2024 18:00:43: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testNestedWork(workmgtClient1.java:621) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testNestedWork(workmgtClient1.java:617) - ... 38 more - -11-19-2024 18:00:43: SVR: Cleanup -11-19-2024 18:00:43: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:00:43 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:43: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:43: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:43: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:43: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:43: Opened connection to http://localhost:8080/workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:43: TRACE: got outputstream -11-19-2024 18:00:43: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:43: SVR-TRACE: In doPost -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:43: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:43: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testScheduleWorknullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:43: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:43: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWork -11-19-2024 18:00:43: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:43: SVR-TRACE: **runmethod=testScheduleWork -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWork_setup -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:43: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWork_cleanup -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:43: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:43: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:43: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:43: SVR: Performing callback verification... -11-19-2024 18:00:43: SVR: Got RA log. -11-19-2024 18:00:43: SVR-TRACE: Got connection. -11-19-2024 18:00:43: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:43: SVR: Methods called correctly -11-19-2024 18:00:43: SVR: Performing end to end verification... -11-19-2024 18:00:43: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:43: SVR: Exception inserting into table. -11-19-2024 18:00:43: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: SVR-ERROR: Exception at: -11-19-2024 18:00:43: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testScheduleWork(workmgtClient1.java:305) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testScheduleWork(workmgtClient1.java:301) - ... 38 more - -11-19-2024 18:00:43: SVR: Cleanup -11-19-2024 18:00:43: SVR: Test running in servlet vehicle failed -11-19-2024 18:00:43: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: Test: returning from running in a servlet vehicle -11-19-2024 18:00:43: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:43 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:43: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:43: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:43: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:43: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:43: Opened connection to http://localhost:8080/workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:43: TRACE: got outputstream -11-19-2024 18:00:43: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:43: SVR-TRACE: In doPost -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:43: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:43: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testScheduleWorkListenernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:43: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:43: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWorkListener -11-19-2024 18:00:43: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:43: SVR-TRACE: **runmethod=testScheduleWorkListener -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWorkListener_setup -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:43: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWorkListener_cleanup -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:43: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:43: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:43: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:43: SVR: Performing callback verification... -11-19-2024 18:00:43: SVR: Got RA log. -11-19-2024 18:00:43: SVR-TRACE: Got connection. -11-19-2024 18:00:43: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:43: SVR: Methods called correctly -11-19-2024 18:00:43: SVR: Performing end to end verification... -11-19-2024 18:00:43: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:43: SVR: Exception inserting into table. -11-19-2024 18:00:43: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: SVR-ERROR: Exception at: -11-19-2024 18:00:43: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testScheduleWorkListener(workmgtClient1.java:378) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testScheduleWorkListener(workmgtClient1.java:374) - ... 38 more - -11-19-2024 18:00:43: SVR: Cleanup -11-19-2024 18:00:43: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: SVR: Test running in servlet vehicle failed -11-19-2024 18:00:43: Test: returning from running in a servlet vehicle -11-19-2024 18:00:43: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:43 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:43: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:43: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:43: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:43: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:43: Opened connection to http://localhost:8080/workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:43: TRACE: got outputstream -11-19-2024 18:00:43: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:43: SVR-TRACE: In doPost -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:43: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:43: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testUnknownWorkDurationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:43: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:43: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testname=testUnknownWorkDuration -11-19-2024 18:00:43: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:43: SVR-TRACE: **runmethod=testUnknownWorkDuration -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUnknownWorkDuration_setup -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:43: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUnknownWorkDuration_cleanup -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:43: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:43: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:43: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:43: SVR: Performing callback verification... -11-19-2024 18:00:43: SVR: Got RA log. -11-19-2024 18:00:43: SVR-TRACE: Got connection. -11-19-2024 18:00:43: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:43: SVR: Methods called correctly -11-19-2024 18:00:43: SVR: Performing end to end verification... -11-19-2024 18:00:43: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:43: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: SVR: Exception inserting into table. -11-19-2024 18:00:43: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: SVR-ERROR: Exception at: -11-19-2024 18:00:43: Test: returning from running in a servlet vehicle -11-19-2024 18:00:43: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:43: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testUnknownWorkDuration(workmgtClient1.java:704) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testUnknownWorkDuration(workmgtClient1.java:700) - ... 38 more - -11-19-2024 18:00:43: SVR: Cleanup -11-19-2024 18:00:43: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:00:43 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:43: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:43: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:43: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:43: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:43: Opened connection to http://localhost:8080/workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:43: TRACE: got outputstream -11-19-2024 18:00:43: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:43: SVR-TRACE: In doPost -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:43: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:43: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkCompletedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:43: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:43: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testname=testWorkCompletedException -11-19-2024 18:00:43: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:43: SVR-TRACE: **runmethod=testWorkCompletedException -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkCompletedException_setup -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:43: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkCompletedException_cleanup -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:43: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:43: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:43: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:43: SVR: Performing callback verification... -11-19-2024 18:00:43: SVR: Got RA log. -11-19-2024 18:00:43: SVR-TRACE: Got connection. -11-19-2024 18:00:43: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:43: SVR: Methods called correctly -11-19-2024 18:00:43: SVR: Performing end to end verification... -11-19-2024 18:00:43: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:43: SVR: Exception inserting into table. -11-19-2024 18:00:43: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: SVR-ERROR: Exception at: -11-19-2024 18:00:43: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testWorkCompletedException(workmgtClient1.java:452) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testWorkCompletedException(workmgtClient1.java:448) - ... 38 more - -11-19-2024 18:00:43: SVR: Cleanup -11-19-2024 18:00:43: SVR: Test running in servlet vehicle failed -11-19-2024 18:00:43: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: Test: returning from running in a servlet vehicle -11-19-2024 18:00:43: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:43 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:43: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:43: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:43: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:43: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:43: Opened connection to http://localhost:8080/workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:43: TRACE: got outputstream -11-19-2024 18:00:43: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:43: SVR-TRACE: In doPost -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:43: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:43: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkListenerImplementationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:43: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:43: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testname=testWorkListenerImplementation -11-19-2024 18:00:43: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:43: SVR-TRACE: **runmethod=testWorkListenerImplementation -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkListenerImplementation_setup -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:43: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkListenerImplementation_cleanup -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:43: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:43: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:43: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:43: SVR: Performing callback verification... -11-19-2024 18:00:43: SVR: Got RA log. -11-19-2024 18:00:43: SVR-TRACE: Got connection. -11-19-2024 18:00:43: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:43: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: SVR: Methods called correctly -11-19-2024 18:00:43: SVR: Performing end to end verification... -11-19-2024 18:00:43: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:43: Test: returning from running in a servlet vehicle -11-19-2024 18:00:43: SVR: Exception inserting into table. -11-19-2024 18:00:43: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:43: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: SVR-ERROR: Exception at: -11-19-2024 18:00:43: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testWorkListenerImplementation(workmgtClient1.java:232) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testWorkListenerImplementation(workmgtClient1.java:228) - ... 38 more - -11-19-2024 18:00:43: SVR: Cleanup -11-19-2024 18:00:43: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:00:43 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:43 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:43: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:43: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:43: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:43: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:43: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:43: Opened connection to http://localhost:8080/workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:43: TRACE: got outputstream -11-19-2024 18:00:43: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:43: SVR-TRACE: In doPost -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:43: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:43: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:43: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkManagerImplementaionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:43: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/workmgt_servlet_vehicle/workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:43: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:43: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ** IN getRunMethod: testname=testWorkManagerImplementaion -11-19-2024 18:00:43: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:43: SVR-TRACE: **runmethod=testWorkManagerImplementaion -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkManagerImplementaion_setup -11-19-2024 18:00:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:43: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkManagerImplementaion_cleanup -11-19-2024 18:00:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:43: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:43: SVR: Using: java:comp/env/eis/whitebox-notx -11-19-2024 18:00:43: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:43: SVR: Performing callback verification... -11-19-2024 18:00:43: SVR: Got RA log. -11-19-2024 18:00:43: SVR-TRACE: Got connection. -11-19-2024 18:00:43: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:00:43: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: SVR: Methods called correctly -11-19-2024 18:00:43: SVR: Performing end to end verification... -11-19-2024 18:00:43: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:43: Test: returning from running in a servlet vehicle -11-19-2024 18:00:43: SVR: Exception inserting into table. -11-19-2024 18:00:43: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:43: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:43: SVR-ERROR: Exception at: -11-19-2024 18:00:43: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testWorkManagerImplementaion(workmgtClient1.java:155) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.testWorkManagerImplementaion(workmgtClient1.java:151) - ... 38 more - -11-19-2024 18:00:43: SVR: Cleanup -11-19-2024 18:00:43: SVR: Test running in servlet vehicle failed -[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 4.912 s <<< FAILURE! - in com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1ServletTest -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1ServletTest.testForUnsharedTimer Time elapsed: 0.035 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1ServletTest.testNestedWork Time elapsed: 0.016 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1ServletTest.testScheduleWork Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1ServletTest.testScheduleWorkListener Time elapsed: 0.011 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1ServletTest.testUnknownWorkDuration Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1ServletTest.testWorkCompletedException Time elapsed: 0.015 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1ServletTest.testWorkListenerImplementation Time elapsed: 0.018 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1ServletTest.testWorkManagerImplementaion Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.permissiondd.ClientJspTest -Nov 19, 2024 6:00:43 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:44 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:44 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:44 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:44 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:45 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:45 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:45 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:46 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:46 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:46 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:47 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:47 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.permissiondd.Client, vehicle: jsp -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.permissiondd.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=permissiondd_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:48: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:48: Opened connection to http://localhost:8080/permissiondd_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:48: TRACE: got outputstream -11-19-2024 18:00:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testValidateCustomPermnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=permissiondd_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.permissiondd.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/permissiondd/Client.class -11-19-2024 18:00:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ** IN getRunMethod: testname=testValidateCustomPerm -11-19-2024 18:00:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:48: SVR-TRACE: **runmethod=testValidateCustomPerm -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateCustomPerm_setup -11-19-2024 18:00:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateCustomPerm_cleanup -11-19-2024 18:00:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:48: SVR: Using: java:comp/env/eis/whitebox-permissiondd -11-19-2024 18:00:48: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.permissiondd.Client.setup(Client.java:81) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 46 more - Suppressed: javax.naming.NamingException: Lookup failed for eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming, com.sun.enterprise.naming.logicalName=java:comp/env/eis/whitebox-permissiondd}] [Root exception is javax.naming.NameNotFoundException: whitebox-permissiondd not found] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.enterprise.naming.util.JndiNamingObjectFactory.create(JndiNamingObjectFactory.java:74) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:603) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 47 more - Caused by: javax.naming.NameNotFoundException: whitebox-permissiondd not found - at com.sun.enterprise.naming.impl.TransientContext.doLookup(TransientContext.java:234) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:202) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:206) - at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:37) - at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:90) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:825) - ... 56 more - -11-19-2024 18:00:48: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:48: SVR: Exception caught on creating connection. -11-19-2024 18:00:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:48: SVR-ERROR: Exception at: -11-19-2024 18:00:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateCustomPerm(Client.java:120) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateCustomPerm(Client.java:114) - ... 41 more - -11-19-2024 18:00:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null -11-19-2024 18:00:48: SVR-ERROR: Exception at: -11-19-2024 18:00:48: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.cleanup(Client.java:386) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:48: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:48: Test: returning from running in a jsp vehicle -11-19-2024 18:00:48: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.permissiondd.Client, vehicle: jsp -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.permissiondd.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=permissiondd_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:48: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:48: Opened connection to http://localhost:8080/permissiondd_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:48: TRACE: got outputstream -11-19-2024 18:00:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testValidateLocalPermsInvalidNamenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=permissiondd_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.permissiondd.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/permissiondd/Client.class -11-19-2024 18:00:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ** IN getRunMethod: testname=testValidateLocalPermsInvalidName -11-19-2024 18:00:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:48: SVR-TRACE: **runmethod=testValidateLocalPermsInvalidName -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateLocalPermsInvalidName_setup -11-19-2024 18:00:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateLocalPermsInvalidName_cleanup -11-19-2024 18:00:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:48: SVR: Using: java:comp/env/eis/whitebox-permissiondd -11-19-2024 18:00:48: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.permissiondd.Client.setup(Client.java:81) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 46 more - Suppressed: javax.naming.NamingException: Lookup failed for eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming, com.sun.enterprise.naming.logicalName=java:comp/env/eis/whitebox-permissiondd}] [Root exception is javax.naming.NameNotFoundException: whitebox-permissiondd not found] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.enterprise.naming.util.JndiNamingObjectFactory.create(JndiNamingObjectFactory.java:74) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:603) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 47 more - Caused by: javax.naming.NameNotFoundException: whitebox-permissiondd not found - at com.sun.enterprise.naming.impl.TransientContext.doLookup(TransientContext.java:234) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:202) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:206) - at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:37) - at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:90) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:825) - ... 56 more - -11-19-2024 18:00:48: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:48: SVR: Exception caught on creating connection. -11-19-2024 18:00:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:48: SVR-ERROR: Exception at: -11-19-2024 18:00:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateLocalPermsInvalidName(Client.java:358) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateLocalPermsInvalidName(Client.java:352) - ... 41 more - -11-19-2024 18:00:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null -11-19-2024 18:00:48: SVR-ERROR: Exception at: -11-19-2024 18:00:48: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.cleanup(Client.java:386) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:48: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:48: Test: returning from running in a jsp vehicle -11-19-2024 18:00:48: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.permissiondd.Client, vehicle: jsp -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.permissiondd.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=permissiondd_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:48: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:48: Opened connection to http://localhost:8080/permissiondd_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:48: TRACE: got outputstream -11-19-2024 18:00:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testValidateMissingPermFailsnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=permissiondd_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.permissiondd.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/permissiondd/Client.class -11-19-2024 18:00:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ** IN getRunMethod: testname=testValidateMissingPermFails -11-19-2024 18:00:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:48: SVR-TRACE: **runmethod=testValidateMissingPermFails -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateMissingPermFails_setup -11-19-2024 18:00:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateMissingPermFails_cleanup -11-19-2024 18:00:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:48: SVR: Using: java:comp/env/eis/whitebox-permissiondd -11-19-2024 18:00:48: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.permissiondd.Client.setup(Client.java:81) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 46 more - Suppressed: javax.naming.NamingException: Lookup failed for eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming, com.sun.enterprise.naming.logicalName=java:comp/env/eis/whitebox-permissiondd}] [Root exception is javax.naming.NameNotFoundException: whitebox-permissiondd not found] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.enterprise.naming.util.JndiNamingObjectFactory.create(JndiNamingObjectFactory.java:74) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:603) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 47 more - Caused by: javax.naming.NameNotFoundException: whitebox-permissiondd not found - at com.sun.enterprise.naming.impl.TransientContext.doLookup(TransientContext.java:234) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:202) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:206) - at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:37) - at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:90) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:825) - ... 56 more - -11-19-2024 18:00:48: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:48: SVR: Exception caught on creating connection. -11-19-2024 18:00:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:48: SVR-ERROR: Exception at: -11-19-2024 18:00:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateMissingPermFails(Client.java:240) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateMissingPermFails(Client.java:234) - ... 41 more - -11-19-2024 18:00:48: Test: returning from running in a jsp vehicle -11-19-2024 18:00:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null -11-19-2024 18:00:48: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:48: SVR-ERROR: Exception at: -11-19-2024 18:00:48: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.cleanup(Client.java:386) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:48: SVR: Test running in jsp vehicle failed -Nov 19, 2024 6:00:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.permissiondd.Client, vehicle: jsp -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.permissiondd.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=permissiondd_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:48: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:48: Opened connection to http://localhost:8080/permissiondd_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:48: TRACE: got outputstream -11-19-2024 18:00:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testValidateRequiredPermSetnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=permissiondd_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.permissiondd.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:48: Test: returning from running in a jsp vehicle -11-19-2024 18:00:48: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/permissiondd/Client.class -11-19-2024 18:00:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ** IN getRunMethod: testname=testValidateRequiredPermSet -11-19-2024 18:00:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:48: SVR-TRACE: **runmethod=testValidateRequiredPermSet -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateRequiredPermSet_setup -11-19-2024 18:00:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateRequiredPermSet_cleanup -11-19-2024 18:00:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:48: SVR: Using: java:comp/env/eis/whitebox-permissiondd -11-19-2024 18:00:48: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.permissiondd.Client.setup(Client.java:81) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 46 more - Suppressed: javax.naming.NamingException: Lookup failed for eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming, com.sun.enterprise.naming.logicalName=java:comp/env/eis/whitebox-permissiondd}] [Root exception is javax.naming.NameNotFoundException: whitebox-permissiondd not found] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.enterprise.naming.util.JndiNamingObjectFactory.create(JndiNamingObjectFactory.java:74) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:603) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 47 more - Caused by: javax.naming.NameNotFoundException: whitebox-permissiondd not found - at com.sun.enterprise.naming.impl.TransientContext.doLookup(TransientContext.java:234) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:202) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:206) - at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:37) - at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:90) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:825) - ... 56 more - -11-19-2024 18:00:48: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:48: SVR: Exception caught on creating connection. -11-19-2024 18:00:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:48: SVR-ERROR: Exception at: -11-19-2024 18:00:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateRequiredPermSet(Client.java:182) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateRequiredPermSet(Client.java:176) - ... 41 more - -11-19-2024 18:00:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null -11-19-2024 18:00:48: SVR-ERROR: Exception at: -11-19-2024 18:00:48: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.cleanup(Client.java:386) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:48: SVR: Test running in jsp vehicle failed -Nov 19, 2024 6:00:48 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.permissiondd.Client, vehicle: jsp -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:48 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.permissiondd.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=permissiondd_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:48: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:48: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:48: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:48: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:48: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:48: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:48: Opened connection to http://localhost:8080/permissiondd_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:48: TRACE: got outputstream -11-19-2024 18:00:48: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:48: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:48: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:48: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testValidateRestrictedLocalPermnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=permissiondd_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.permissiondd.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:48: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:48: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:48: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/permissiondd/Client.class -11-19-2024 18:00:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:48: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_jsp_vehicle/permissiondd_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:48: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:48: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ** IN getRunMethod: testname=testValidateRestrictedLocalPerm -11-19-2024 18:00:48: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:48: SVR-TRACE: **runmethod=testValidateRestrictedLocalPerm -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:48: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateRestrictedLocalPerm_setup -11-19-2024 18:00:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:48: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateRestrictedLocalPerm_cleanup -11-19-2024 18:00:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:48: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:48: SVR: Using: java:comp/env/eis/whitebox-permissiondd -11-19-2024 18:00:48: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.permissiondd.Client.setup(Client.java:81) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 46 more - Suppressed: javax.naming.NamingException: Lookup failed for eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming, com.sun.enterprise.naming.logicalName=java:comp/env/eis/whitebox-permissiondd}] [Root exception is javax.naming.NameNotFoundException: whitebox-permissiondd not found] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.enterprise.naming.util.JndiNamingObjectFactory.create(JndiNamingObjectFactory.java:74) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:603) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 47 more - Caused by: javax.naming.NameNotFoundException: whitebox-permissiondd not found - at com.sun.enterprise.naming.impl.TransientContext.doLookup(TransientContext.java:234) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:202) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:206) - at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:37) - at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:90) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:825) - ... 56 more - -11-19-2024 18:00:48: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:48: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:48: SVR: Exception caught on creating connection. -11-19-2024 18:00:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:48: SVR-ERROR: Exception at: -11-19-2024 18:00:48: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateRestrictedLocalPerm(Client.java:297) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateRestrictedLocalPerm(Client.java:291) - ... 41 more - -11-19-2024 18:00:48: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null -11-19-2024 18:00:48: SVR-ERROR: Exception at: -11-19-2024 18:00:48: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.cleanup(Client.java:386) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:48: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:48: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:48: Test: returning from running in a jsp vehicle -11-19-2024 18:00:48: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 5.116 s <<< FAILURE! - in com.sun.ts.tests.connector.permissiondd.ClientJspTest -[ERROR] com.sun.ts.tests.connector.permissiondd.ClientJspTest.testValidateCustomPerm Time elapsed: 0.192 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - -[ERROR] com.sun.ts.tests.connector.permissiondd.ClientJspTest.testValidateLocalPermsInvalidName Time elapsed: 0.015 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - -[ERROR] com.sun.ts.tests.connector.permissiondd.ClientJspTest.testValidateMissingPermFails Time elapsed: 0.016 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - -[ERROR] com.sun.ts.tests.connector.permissiondd.ClientJspTest.testValidateRequiredPermSet Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - -[ERROR] com.sun.ts.tests.connector.permissiondd.ClientJspTest.testValidateRestrictedLocalPerm Time elapsed: 0.021 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - -[INFO] Running com.sun.ts.tests.connector.permissiondd.ClientServletTest -Nov 19, 2024 6:00:49 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:49 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:49 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:49 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:50 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:50 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:52 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:52 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:52 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:54 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.permissiondd.Client, vehicle: servlet -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.permissiondd.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=permissiondd_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:54: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:54: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:54: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:54: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:54: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:54: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:54: Opened connection to http://localhost:8080/permissiondd_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:54: TRACE: got outputstream -11-19-2024 18:00:54: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:54: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 18:00:54: SVR-TRACE: In doPost -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:54: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:54: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testValidateCustomPermnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=permissiondd_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.permissiondd.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:54: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/permissiondd/Client.class -11-19-2024 18:00:54: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:54: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:54: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:54: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:54: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ** IN getRunMethod: testname=testValidateCustomPerm -11-19-2024 18:00:54: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:54: SVR-TRACE: **runmethod=testValidateCustomPerm -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:54: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:54: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateCustomPerm_setup -11-19-2024 18:00:54: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:54: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:54: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateCustomPerm_cleanup -11-19-2024 18:00:54: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:54: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:54: SVR: Using: java:comp/env/eis/whitebox-permissiondd -11-19-2024 18:00:54: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.permissiondd.Client.setup(Client.java:81) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 43 more - Suppressed: javax.naming.NamingException: Lookup failed for eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming, com.sun.enterprise.naming.logicalName=java:comp/env/eis/whitebox-permissiondd}] [Root exception is javax.naming.NameNotFoundException: whitebox-permissiondd not found] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.enterprise.naming.util.JndiNamingObjectFactory.create(JndiNamingObjectFactory.java:74) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:603) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 44 more - Caused by: javax.naming.NameNotFoundException: whitebox-permissiondd not found - at com.sun.enterprise.naming.impl.TransientContext.doLookup(TransientContext.java:234) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:202) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:206) - at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:37) - at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:90) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:825) - ... 53 more - -11-19-2024 18:00:54: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:54: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:54: SVR: Exception caught on creating connection. -11-19-2024 18:00:54: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:54: SVR-ERROR: Exception at: -11-19-2024 18:00:54: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateCustomPerm(Client.java:120) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateCustomPerm(Client.java:114) - ... 38 more - -11-19-2024 18:00:54: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null -11-19-2024 18:00:54: SVR-ERROR: Exception at: -11-19-2024 18:00:54: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.cleanup(Client.java:386) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:54: SVR: Test running in servlet vehicle failed -11-19-2024 18:00:54: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:54: Test: returning from running in a servlet vehicle -11-19-2024 18:00:54: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:54 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.permissiondd.Client, vehicle: servlet -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.permissiondd.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=permissiondd_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:54: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:54: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:54: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:54: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:54: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:54: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:54: Opened connection to http://localhost:8080/permissiondd_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:54: TRACE: got outputstream -11-19-2024 18:00:54: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:54: SVR-TRACE: In doPost -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:54: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:54: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testValidateLocalPermsInvalidNamenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=permissiondd_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.permissiondd.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:54: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/permissiondd/Client.class -11-19-2024 18:00:54: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:54: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:54: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:54: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:54: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ** IN getRunMethod: testname=testValidateLocalPermsInvalidName -11-19-2024 18:00:54: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:54: SVR-TRACE: **runmethod=testValidateLocalPermsInvalidName -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:54: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:54: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateLocalPermsInvalidName_setup -11-19-2024 18:00:54: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:54: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:54: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateLocalPermsInvalidName_cleanup -11-19-2024 18:00:54: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:54: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:54: SVR: Using: java:comp/env/eis/whitebox-permissiondd -11-19-2024 18:00:54: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.permissiondd.Client.setup(Client.java:81) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 43 more - Suppressed: javax.naming.NamingException: Lookup failed for eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming, com.sun.enterprise.naming.logicalName=java:comp/env/eis/whitebox-permissiondd}] [Root exception is javax.naming.NameNotFoundException: whitebox-permissiondd not found] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.enterprise.naming.util.JndiNamingObjectFactory.create(JndiNamingObjectFactory.java:74) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:603) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 44 more - Caused by: javax.naming.NameNotFoundException: whitebox-permissiondd not found - at com.sun.enterprise.naming.impl.TransientContext.doLookup(TransientContext.java:234) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:202) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:206) - at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:37) - at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:90) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:825) - ... 53 more - -11-19-2024 18:00:54: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:54: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:54: SVR: Exception caught on creating connection. -11-19-2024 18:00:54: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:54: SVR-ERROR: Exception at: -11-19-2024 18:00:54: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateLocalPermsInvalidName(Client.java:358) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateLocalPermsInvalidName(Client.java:352) - ... 38 more - -11-19-2024 18:00:54: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null -11-19-2024 18:00:54: SVR-ERROR: Exception at: -11-19-2024 18:00:54: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.cleanup(Client.java:386) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:54: SVR: Test running in servlet vehicle failed -11-19-2024 18:00:54: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:54: Test: returning from running in a servlet vehicle -11-19-2024 18:00:54: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:54 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.permissiondd.Client, vehicle: servlet -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.permissiondd.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=permissiondd_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:54: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:54: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:54: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:54: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:54: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:54: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:54: Opened connection to http://localhost:8080/permissiondd_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:54: TRACE: got outputstream -11-19-2024 18:00:54: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:54: SVR-TRACE: In doPost -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:54: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:54: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testValidateMissingPermFailsnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=permissiondd_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.permissiondd.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:54: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/permissiondd/Client.class -11-19-2024 18:00:54: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:54: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:54: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:54: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:54: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ** IN getRunMethod: testname=testValidateMissingPermFails -11-19-2024 18:00:54: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:54: SVR-TRACE: **runmethod=testValidateMissingPermFails -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:54: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:54: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateMissingPermFails_setup -11-19-2024 18:00:54: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:54: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:54: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateMissingPermFails_cleanup -11-19-2024 18:00:54: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:54: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:54: SVR: Using: java:comp/env/eis/whitebox-permissiondd -11-19-2024 18:00:54: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.permissiondd.Client.setup(Client.java:81) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 43 more - Suppressed: javax.naming.NamingException: Lookup failed for eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming, com.sun.enterprise.naming.logicalName=java:comp/env/eis/whitebox-permissiondd}] [Root exception is javax.naming.NameNotFoundException: whitebox-permissiondd not found] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.enterprise.naming.util.JndiNamingObjectFactory.create(JndiNamingObjectFactory.java:74) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:603) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 44 more - Caused by: javax.naming.NameNotFoundException: whitebox-permissiondd not found - at com.sun.enterprise.naming.impl.TransientContext.doLookup(TransientContext.java:234) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:202) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:206) - at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:37) - at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:90) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:825) - ... 53 more - -11-19-2024 18:00:54: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:54: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:54: SVR: Exception caught on creating connection. -11-19-2024 18:00:54: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:54: SVR-ERROR: Exception at: -11-19-2024 18:00:54: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateMissingPermFails(Client.java:240) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateMissingPermFails(Client.java:234) - ... 38 more - -11-19-2024 18:00:54: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null -11-19-2024 18:00:54: SVR-ERROR: Exception at: -11-19-2024 18:00:54: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:54: Test: returning from running in a servlet vehicle -11-19-2024 18:00:54: TRACE: SLEPT FOR: 0 -11-19-2024 18:00:54: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.cleanup(Client.java:386) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:54: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:00:54 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.permissiondd.Client, vehicle: servlet -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.permissiondd.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=permissiondd_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:54: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:54: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:54: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:54: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:54: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:54: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:54: Opened connection to http://localhost:8080/permissiondd_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:54: TRACE: got outputstream -11-19-2024 18:00:54: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:54: SVR-TRACE: In doPost -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:54: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:54: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testValidateRequiredPermSetnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=permissiondd_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.permissiondd.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:54: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/permissiondd/Client.class -11-19-2024 18:00:54: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:54: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:54: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:54: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:54: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ** IN getRunMethod: testname=testValidateRequiredPermSet -11-19-2024 18:00:54: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:54: SVR-TRACE: **runmethod=testValidateRequiredPermSet -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:54: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:54: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateRequiredPermSet_setup -11-19-2024 18:00:54: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:54: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:54: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateRequiredPermSet_cleanup -11-19-2024 18:00:54: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:54: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:54: SVR: Using: java:comp/env/eis/whitebox-permissiondd -11-19-2024 18:00:54: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.permissiondd.Client.setup(Client.java:81) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 43 more - Suppressed: javax.naming.NamingException: Lookup failed for eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming, com.sun.enterprise.naming.logicalName=java:comp/env/eis/whitebox-permissiondd}] [Root exception is javax.naming.NameNotFoundException: whitebox-permissiondd not found] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.enterprise.naming.util.JndiNamingObjectFactory.create(JndiNamingObjectFactory.java:74) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:603) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 44 more - Caused by: javax.naming.NameNotFoundException: whitebox-permissiondd not found - at com.sun.enterprise.naming.impl.TransientContext.doLookup(TransientContext.java:234) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:202) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:206) - at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:37) - at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:90) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:825) - ... 53 more - -11-19-2024 18:00:54: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:54: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:54: SVR: Exception caught on creating connection. -11-19-2024 18:00:54: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:54: SVR-ERROR: Exception at: -11-19-2024 18:00:54: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateRequiredPermSet(Client.java:182) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateRequiredPermSet(Client.java:176) - ... 38 more - -11-19-2024 18:00:54: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null -11-19-2024 18:00:54: SVR-ERROR: Exception at: -11-19-2024 18:00:54: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:54: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.cleanup(Client.java:386) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:54: Test: returning from running in a servlet vehicle -11-19-2024 18:00:54: SVR: Test running in servlet vehicle failed -11-19-2024 18:00:54: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:54 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.permissiondd.Client, vehicle: servlet -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:54 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.permissiondd.Client, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=permissiondd_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:54: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:54: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:54: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:54: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:54: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:54: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:00:54: Opened connection to http://localhost:8080/permissiondd_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:00:54: TRACE: got outputstream -11-19-2024 18:00:54: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:00:54: SVR-TRACE: In doPost -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:00:54: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:00:54: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:00:54: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testValidateRestrictedLocalPermnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=permissiondd_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.permissiondd.ClientnullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:54: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/permissiondd/Client.class -11-19-2024 18:00:54: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:54: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/permissiondd_servlet_vehicle/permissiondd_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:54: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:54: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:54: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ** IN getRunMethod: testname=testValidateRestrictedLocalPerm -11-19-2024 18:00:54: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:54: SVR-TRACE: **runmethod=testValidateRestrictedLocalPerm -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:54: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:54: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateRestrictedLocalPerm_setup -11-19-2024 18:00:54: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:54: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:54: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateRestrictedLocalPerm_cleanup -11-19-2024 18:00:54: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:54: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.permissiondd.Client -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:54: SVR: Using: java:comp/env/eis/whitebox-permissiondd -11-19-2024 18:00:54: SVR-ERROR: javax.naming.NamingException: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] [Root exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.ts.lib.util.TSNamingContext.lookup(TSNamingContext.java:70) - at com.sun.ts.tests.connector.permissiondd.Client.setup(Client.java:81) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:575) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: javax.naming.NameNotFoundException: No object bound for java:comp/env/eis/whitebox-permissiondd - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:135) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:818) - ... 43 more - Suppressed: javax.naming.NamingException: Lookup failed for eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming, com.sun.enterprise.naming.logicalName=java:comp/env/eis/whitebox-permissiondd}] [Root exception is javax.naming.NameNotFoundException: whitebox-permissiondd not found] - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:836) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:257) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) - at com.sun.enterprise.naming.util.JndiNamingObjectFactory.create(JndiNamingObjectFactory.java:74) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:603) - at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:573) - at com.sun.enterprise.naming.impl.JavaURLContext.lambda$lookup$0(JavaURLContext.java:153) - at com.sun.enterprise.naming.impl.JavaURLContext.lookupOrCollectException(JavaURLContext.java:550) - at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:153) - ... 44 more - Caused by: javax.naming.NameNotFoundException: whitebox-permissiondd not found - at com.sun.enterprise.naming.impl.TransientContext.doLookup(TransientContext.java:234) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:202) - at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:206) - at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:37) - at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:90) - at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:825) - ... 53 more - -11-19-2024 18:00:54: SVR: Exception during JNDI lookup: Lookup failed for java:comp/env/eis/whitebox-permissiondd in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}] -11-19-2024 18:00:54: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:54: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:54: SVR: Exception caught on creating connection. -11-19-2024 18:00:54: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:54: SVR-ERROR: Exception at: -11-19-2024 18:00:54: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateRestrictedLocalPerm(Client.java:297) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.testValidateRestrictedLocalPerm(Client.java:291) - ... 38 more - -11-19-2024 18:00:54: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null -11-19-2024 18:00:54: SVR-ERROR: Exception at: -11-19-2024 18:00:54: SVR-ERROR: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.clearLog()" because "this.ds1" is null - at com.sun.ts.tests.connector.permissiondd.Client.cleanup(Client.java:386) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:629) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) - -11-19-2024 18:00:54: SVR: Test running in servlet vehicle failed -11-19-2024 18:00:54: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null -11-19-2024 18:00:54: Test: returning from running in a servlet vehicle -11-19-2024 18:00:54: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 5.286 s <<< FAILURE! - in com.sun.ts.tests.connector.permissiondd.ClientServletTest -[ERROR] com.sun.ts.tests.connector.permissiondd.ClientServletTest.testValidateCustomPerm Time elapsed: 0.023 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - -[ERROR] com.sun.ts.tests.connector.permissiondd.ClientServletTest.testValidateLocalPermsInvalidName Time elapsed: 0.02 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - -[ERROR] com.sun.ts.tests.connector.permissiondd.ClientServletTest.testValidateMissingPermFails Time elapsed: 0.015 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - -[ERROR] com.sun.ts.tests.connector.permissiondd.ClientServletTest.testValidateRequiredPermSet Time elapsed: 0.016 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - -[ERROR] com.sun.ts.tests.connector.permissiondd.ClientServletTest.testValidateRestrictedLocalPerm Time elapsed: 0.021 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSDataSource.setLogFlag(boolean)" because "this.ds1" is null - -[INFO] Running com.sun.ts.tests.connector.xa.connection.connectionClient1JspTest -Nov 19, 2024 6:00:54 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:54 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:55 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:55 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:55 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:56 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:56 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:56 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:56 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:57 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:57 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:00:57 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:00:58 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:00:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_connection_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:59: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:59: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:59: Opened connection to http://localhost:8080/xa_connection_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:59: TRACE: got outputstream -11-19-2024 18:00:59: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:59: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:59: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:59: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:59: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testGetConnection1nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_connection_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:59: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:59: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:59: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_connection_jsp_vehicle/xa_connection_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/connection/connectionClient1.class -11-19-2024 18:00:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_connection_jsp_vehicle/xa_connection_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_connection_jsp_vehicle/xa_connection_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:00:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:00:59: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 -11-19-2024 18:00:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:59: SVR-TRACE: **runmethod=testGetConnection1 -11-19-2024 18:00:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup -11-19-2024 18:00:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:00:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup -11-19-2024 18:00:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:00:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:59: SVR: Using: cts1 -11-19-2024 18:00:59: SVR: Using: cts1 -11-19-2024 18:00:59: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:00:59: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:00:59: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@38120a13 -11-19-2024 18:00:59: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@238123a4 -11-19-2024 18:00:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:59: SVR: Got Connection Object from the DataSource. -11-19-2024 18:00:59: SVR: Checking for Connection Validity. -11-19-2024 18:00:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:59: SVR: Exception inserting into table. -11-19-2024 18:00:59: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:59: SVR-ERROR: Exception at: -11-19-2024 18:00:59: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.connection.connectionClient1.testGetConnection1(connectionClient1.java:143) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.connection.connectionClient1.testGetConnection1(connectionClient1.java:139) - ... 41 more - -11-19-2024 18:00:59: SVR: Test running in jsp vehicle failed -11-19-2024 18:00:59: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:00:59: Test: returning from running in a jsp vehicle -11-19-2024 18:00:59: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:00:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.connection.connectionClient1, vehicle: jsp -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:00:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_connection_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:00:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:00:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:00:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:00:59: TRACE: in ServiceEETest.run() method -11-19-2024 18:00:59: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:00:59: Opened connection to http://localhost:8080/xa_connection_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:00:59: TRACE: got outputstream -11-19-2024 18:00:59: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:00:59: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:00:59: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:00:59: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:00:59: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:00:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testgetConnectionWithParameter1nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_connection_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:00:59: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:00:59: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:00:59: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:00:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_connection_jsp_vehicle/xa_connection_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/connection/connectionClient1.class -11-19-2024 18:00:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_connection_jsp_vehicle/xa_connection_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_connection_jsp_vehicle/xa_connection_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:00:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:00:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:00:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:00:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:00:59: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 -11-19-2024 18:00:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:00:59: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 -11-19-2024 18:00:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:00:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:00:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup -11-19-2024 18:00:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:00:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:00:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:00:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup -11-19-2024 18:00:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:00:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:00:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:00:59: SVR: Using: cts1 -11-19-2024 18:00:59: SVR: Using: cts1 -11-19-2024 18:00:59: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:00:59: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:00:59: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4b3800c6 -11-19-2024 18:00:59: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4ed49df4 -11-19-2024 18:00:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:00:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:00:59: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:00:59: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:00:59: SVR: Using: cts1 -11-19-2024 18:00:59: SVR: Using: cts1 -11-19-2024 18:00:59: SVR: Got connection object from the DataSource. -11-19-2024 18:00:59: SVR: Checking for Connection Validity. -11-19-2024 18:00:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:00:59: SVR: Values inserted into table! -11-19-2024 18:00:59: SVR: Table has been dropped! -11-19-2024 18:00:59: Test status from a jsp: 0: -11-19-2024 18:00:59: SVR: Connection Object is Valid. -11-19-2024 18:00:59: Test: returning from running in a jsp vehicle -11-19-2024 18:00:59: SVR: Test running in jsp vehicle passed -11-19-2024 18:00:59: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.647 s <<< FAILURE! - in com.sun.ts.tests.connector.xa.connection.connectionClient1JspTest -[ERROR] com.sun.ts.tests.connector.xa.connection.connectionClient1JspTest.testGetConnection1 Time elapsed: 0.211 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.xa.connection.connectionClient1ServletTest -Nov 19, 2024 6:00:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:00 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:00 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:00 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:02 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:02 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:03 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:03 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:04 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:04 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:05 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_connection_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:05: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:05: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:05: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:05: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:05: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:05: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:05: Opened connection to http://localhost:8080/xa_connection_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:05: TRACE: got outputstream -11-19-2024 18:01:05: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:05: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 18:01:05: SVR-TRACE: In doPost -11-19-2024 18:01:05: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:05: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:05: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:05: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:05: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:05: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testGetConnection1nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_connection_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:05: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_connection_servlet_vehicle/xa_connection_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/connection/connectionClient1.class -11-19-2024 18:01:05: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_connection_servlet_vehicle/xa_connection_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:05: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_connection_servlet_vehicle/xa_connection_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:05: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:05: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:05: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:01:05: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:01:05: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 -11-19-2024 18:01:05: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:05: SVR-TRACE: **runmethod=testGetConnection1 -11-19-2024 18:01:05: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:05: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:05: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup -11-19-2024 18:01:05: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:05: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:01:05: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:05: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup -11-19-2024 18:01:05: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:05: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:01:05: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:05: SVR: Using: cts1 -11-19-2024 18:01:05: SVR: Using: cts1 -11-19-2024 18:01:05: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:05: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:05: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@282ff432 -11-19-2024 18:01:05: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@21450b47 -11-19-2024 18:01:05: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:05: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:05: SVR: Got Connection Object from the DataSource. -11-19-2024 18:01:05: SVR: Checking for Connection Validity. -11-19-2024 18:01:05: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:05: SVR: Exception inserting into table. -11-19-2024 18:01:05: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:05: SVR-ERROR: Exception at: -11-19-2024 18:01:05: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.connection.connectionClient1.testGetConnection1(connectionClient1.java:143) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.connection.connectionClient1.testGetConnection1(connectionClient1.java:139) - ... 38 more - -11-19-2024 18:01:05: SVR: Test running in servlet vehicle failed -11-19-2024 18:01:05: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:05: Test: returning from running in a servlet vehicle -11-19-2024 18:01:05: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:05 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.connection.connectionClient1, vehicle: servlet -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:05 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.connection.connectionClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_connection_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:05: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:05: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:05: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:05: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:05: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:05: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:05: Opened connection to http://localhost:8080/xa_connection_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:05: TRACE: got outputstream -11-19-2024 18:01:05: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:05: SVR-TRACE: In doPost -11-19-2024 18:01:05: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:05: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:05: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:05: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:05: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:05: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testgetConnectionWithParameter1nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_connection_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.connection.connectionClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:05: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_connection_servlet_vehicle/xa_connection_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/connection/connectionClient1.class -11-19-2024 18:01:05: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_connection_servlet_vehicle/xa_connection_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:05: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_connection_servlet_vehicle/xa_connection_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:05: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:05: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:05: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:01:05: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:01:05: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 -11-19-2024 18:01:05: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:05: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 -11-19-2024 18:01:05: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:05: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:05: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup -11-19-2024 18:01:05: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:05: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:01:05: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:05: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup -11-19-2024 18:01:05: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:05: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.connection.connectionClient1 -11-19-2024 18:01:05: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:05: SVR: Using: cts1 -11-19-2024 18:01:05: SVR: Using: cts1 -11-19-2024 18:01:05: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:05: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:05: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@40f6040f -11-19-2024 18:01:05: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@49a07afa -11-19-2024 18:01:05: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:05: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:05: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:05: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:05: SVR: Using: cts1 -11-19-2024 18:01:05: SVR: Using: cts1 -11-19-2024 18:01:05: SVR: Got connection object from the DataSource. -11-19-2024 18:01:05: SVR: Checking for Connection Validity. -11-19-2024 18:01:05: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:05: SVR: Values inserted into table! -11-19-2024 18:01:05: SVR: Table has been dropped! -11-19-2024 18:01:05: SVR: Connection Object is Valid. -11-19-2024 18:01:05: SVR: Test running in servlet vehicle passed -11-19-2024 18:01:05: Test status from a servlet: 0: -11-19-2024 18:01:05: Test: returning from running in a servlet vehicle -11-19-2024 18:01:05: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.331 s <<< FAILURE! - in com.sun.ts.tests.connector.xa.connection.connectionClient1ServletTest -[ERROR] com.sun.ts.tests.connector.xa.connection.connectionClient1ServletTest.testGetConnection1 Time elapsed: 0.022 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.xa.event.eventClient1JspTest -Nov 19, 2024 6:01:05 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:05 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:06 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:06 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:06 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:07 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:07 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:07 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:08 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:08 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:08 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:09 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:10 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:10 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.event.eventClient1, vehicle: jsp -Nov 19, 2024 6:01:10 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:10 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:10 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:10 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:10 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:10 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:10 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:10 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:10 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:10 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:10 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.event.eventClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_event_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:10: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:10: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:10: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:10: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:10: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:10: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:01:10: Opened connection to http://localhost:8080/xa_event_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:01:10: TRACE: got outputstream -11-19-2024 18:01:10: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:01:10: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:01:10: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:01:10: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:01:10: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:01:10: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnectionEventListenernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_event_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.event.eventClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:10: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:01:10: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:01:10: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:01:10: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_event_jsp_vehicle/xa_event_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/event/eventClient1.class -11-19-2024 18:01:10: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_event_jsp_vehicle/xa_event_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:10: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_event_jsp_vehicle/xa_event_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:10: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:10: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:10: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.event.eventClient1 -11-19-2024 18:01:10: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.event.eventClient1 -11-19-2024 18:01:10: SVR-TRACE: ** IN getRunMethod: testname=testConnectionEventListener -11-19-2024 18:01:10: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:10: SVR-TRACE: **runmethod=testConnectionEventListener -11-19-2024 18:01:10: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:10: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:10: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectionEventListener_setup -11-19-2024 18:01:10: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:10: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.event.eventClient1 -11-19-2024 18:01:10: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:10: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectionEventListener_cleanup -11-19-2024 18:01:10: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:10: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.event.eventClient1 -11-19-2024 18:01:10: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:10: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:10: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:10: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:10: SVR: Got connection. -11-19-2024 18:01:10: Test status from a jsp: 0: -11-19-2024 18:01:10: Test: returning from running in a jsp vehicle -11-19-2024 18:01:10: TRACE: SLEPT FOR: 0 -11-19-2024 18:01:10: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSeis.getConnection::, TSConnectionImpl.getConnection::, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSeis.getConnection::, TSConnectionImpl.getConnection::, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:] -11-19-2024 18:01:10: SVR: CONNECTION_CLOSED called correctly. -11-19-2024 18:01:10: SVR: Cleanup -11-19-2024 18:01:10: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:01:10: SVR: Test running in jsp vehicle passed -[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.285 s - in com.sun.ts.tests.connector.xa.event.eventClient1JspTest -[INFO] Running com.sun.ts.tests.connector.xa.event.eventClient1ServletTest -Nov 19, 2024 6:01:10 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:10 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:11 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:12 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:12 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:12 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:13 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:13 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:13 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:14 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.event.eventClient1, vehicle: servlet -Nov 19, 2024 6:01:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:15 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.event.eventClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_event_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:15: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:15: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:15: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:15: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:15: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:15: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:15: Opened connection to http://localhost:8080/xa_event_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:15: TRACE: got outputstream -11-19-2024 18:01:15: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:15: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 18:01:15: SVR-TRACE: In doPost -11-19-2024 18:01:15: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:15: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:15: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:15: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:15: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:15: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnectionEventListenernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_event_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.event.eventClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:15: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_event_servlet_vehicle/xa_event_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/event/eventClient1.class -11-19-2024 18:01:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_event_servlet_vehicle/xa_event_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:15: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_event_servlet_vehicle/xa_event_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:15: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:15: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.event.eventClient1 -11-19-2024 18:01:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.event.eventClient1 -11-19-2024 18:01:15: SVR-TRACE: ** IN getRunMethod: testname=testConnectionEventListener -11-19-2024 18:01:15: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:15: SVR-TRACE: **runmethod=testConnectionEventListener -11-19-2024 18:01:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:15: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectionEventListener_setup -11-19-2024 18:01:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:15: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.event.eventClient1 -11-19-2024 18:01:15: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectionEventListener_cleanup -11-19-2024 18:01:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:15: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.event.eventClient1 -11-19-2024 18:01:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:15: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:15: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:15: SVR: Got connection. -11-19-2024 18:01:15: Test status from a servlet: 0: -11-19-2024 18:01:15: Test: returning from running in a servlet vehicle -11-19-2024 18:01:15: TRACE: SLEPT FOR: 0 -11-19-2024 18:01:15: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSeis.getConnection::, TSConnectionImpl.getConnection::, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSeis.getConnection::, TSConnectionImpl.getConnection::, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:] -11-19-2024 18:01:15: SVR: CONNECTION_CLOSED called correctly. -11-19-2024 18:01:15: SVR: Cleanup -11-19-2024 18:01:15: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:01:15: SVR: Test running in servlet vehicle passed -[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.892 s - in com.sun.ts.tests.connector.xa.event.eventClient1ServletTest -[INFO] Running com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1JspTest -Nov 19, 2024 6:01:15 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:15 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:16 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:17 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:17 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:17 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:18 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:18 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:18 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:19 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:19 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:20: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:20: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:01:20: Opened connection to http://localhost:8080/xa_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:01:20: TRACE: got outputstream -11-19-2024 18:01:20: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:01:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAssociationMCFandRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:01:20: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:01:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA -11-19-2024 18:01:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:20: SVR-TRACE: **runmethod=testAssociationMCFandRA -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA_setup -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA_cleanup -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:20: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:20: SVR: Performing callback verification... -11-19-2024 18:01:20: SVR: Got RA log. -11-19-2024 18:01:20: SVR-TRACE: Got connection. -11-19-2024 18:01:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:20: SVR: Methods called correctly -11-19-2024 18:01:20: SVR: Performing end to end verification... -11-19-2024 18:01:20: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:20: SVR: Exception inserting into table. -11-19-2024 18:01:20: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:20: SVR-ERROR: Exception at: -11-19-2024 18:01:20: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testAssociationMCFandRA(lifecycleClient1.java:154) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testAssociationMCFandRA(lifecycleClient1.java:150) - ... 41 more - -11-19-2024 18:01:20: SVR: Cleanup -11-19-2024 18:01:20: SVR: Test running in jsp vehicle failed -11-19-2024 18:01:20: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:20: Test: returning from running in a jsp vehicle -11-19-2024 18:01:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:20: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:20: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:01:20: Opened connection to http://localhost:8080/xa_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:01:20: TRACE: got outputstream -11-19-2024 18:01:20: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:01:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAssociationMCFandRA2nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:01:20: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:01:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA2 -11-19-2024 18:01:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:20: SVR-TRACE: **runmethod=testAssociationMCFandRA2 -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA2_setup -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA2_cleanup -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:20: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:20: SVR: Performing callback verification... -11-19-2024 18:01:20: SVR: Got RA log. -11-19-2024 18:01:20: SVR-TRACE: Got connection. -11-19-2024 18:01:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:20: SVR: testAssociationMCFandRA2 passed: setResourceAdapter not called twice. -11-19-2024 18:01:20: SVR: Cleanup -11-19-2024 18:01:20: SVR: Test running in jsp vehicle passed -11-19-2024 18:01:20: Test status from a jsp: 0: -11-19-2024 18:01:20: Test: returning from running in a jsp vehicle -11-19-2024 18:01:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:20: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:20: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:01:20: Opened connection to http://localhost:8080/xa_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:01:20: TRACE: got outputstream -11-19-2024 18:01:20: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:01:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testBootstrapforNullnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:01:20: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:01:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testname=testBootstrapforNull -11-19-2024 18:01:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:20: SVR-TRACE: **runmethod=testBootstrapforNull -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testBootstrapforNull_setup -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testBootstrapforNull_cleanup -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:20: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:20: SVR: Performing callback verification... -11-19-2024 18:01:20: SVR: Got RA log. -11-19-2024 18:01:20: SVR-TRACE: Got connection. -11-19-2024 18:01:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:20: SVR: Methods called correctly -11-19-2024 18:01:20: SVR: Performing end to end verification... -11-19-2024 18:01:20: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:20: SVR: Exception inserting into table. -11-19-2024 18:01:20: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:20: SVR-ERROR: Exception at: -11-19-2024 18:01:20: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testBootstrapforNull(lifecycleClient1.java:280) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testBootstrapforNull(lifecycleClient1.java:276) - ... 41 more - -11-19-2024 18:01:20: SVR: Cleanup -11-19-2024 18:01:20: SVR: Test running in jsp vehicle failed -11-19-2024 18:01:20: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:20: Test: returning from running in a jsp vehicle -11-19-2024 18:01:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:20: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:20: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:01:20: Opened connection to http://localhost:8080/xa_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:01:20: TRACE: got outputstream -11-19-2024 18:01:20: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:01:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testInstantiationOfRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:01:20: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:01:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testname=testInstantiationOfRA -11-19-2024 18:01:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:20: SVR-TRACE: **runmethod=testInstantiationOfRA -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testInstantiationOfRA_setup -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testInstantiationOfRA_cleanup -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:20: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:20: SVR: Performing callback verification... -11-19-2024 18:01:20: SVR: Got RA log. -11-19-2024 18:01:20: SVR-TRACE: Got connection. -11-19-2024 18:01:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:20: SVR: Methods called correctly -11-19-2024 18:01:20: SVR: Performing end to end verification... -11-19-2024 18:01:20: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:20: SVR: Exception inserting into table. -11-19-2024 18:01:20: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:20: SVR-ERROR: Exception at: -11-19-2024 18:01:20: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testInstantiationOfRA(lifecycleClient1.java:354) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testInstantiationOfRA(lifecycleClient1.java:350) - ... 41 more - -11-19-2024 18:01:20: SVR: Cleanup -11-19-2024 18:01:20: SVR: Test running in jsp vehicle failed -11-19-2024 18:01:20: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:20: Test: returning from running in a jsp vehicle -11-19-2024 18:01:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:20: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:20: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:01:20: Opened connection to http://localhost:8080/xa_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:01:20: TRACE: got outputstream -11-19-2024 18:01:20: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:01:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMCFcalledOncenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:01:20: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:01:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testname=testMCFcalledOnce -11-19-2024 18:01:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:20: SVR-TRACE: **runmethod=testMCFcalledOnce -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMCFcalledOnce_setup -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMCFcalledOnce_cleanup -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:20: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:20: SVR: Performing callback verification... -11-19-2024 18:01:20: SVR: Got RA log. -11-19-2024 18:01:20: SVR-TRACE: Got connection. -11-19-2024 18:01:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:20: SVR: Methods called correctly -11-19-2024 18:01:20: SVR: Performing end to end verification... -11-19-2024 18:01:20: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:20: SVR: Exception inserting into table. -11-19-2024 18:01:20: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:20: SVR-ERROR: Exception at: -11-19-2024 18:01:20: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testMCFcalledOnce(lifecycleClient1.java:503) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testMCFcalledOnce(lifecycleClient1.java:499) - ... 41 more - -11-19-2024 18:01:20: SVR: Cleanup -11-19-2024 18:01:20: SVR: Test running in jsp vehicle failed -11-19-2024 18:01:20: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:20: Test: returning from running in a jsp vehicle -11-19-2024 18:01:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:20: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:20: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:01:20: Opened connection to http://localhost:8080/xa_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:01:20: TRACE: got outputstream -11-19-2024 18:01:20: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:01:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRASharabilitynullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:20: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:01:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testname=testRASharability -11-19-2024 18:01:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:20: SVR-TRACE: **runmethod=testRASharability -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRASharability_setup -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRASharability_cleanup -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:20: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:20: SVR: Performing callback verification... -11-19-2024 18:01:20: SVR: Got RA log. -11-19-2024 18:01:20: SVR-TRACE: Got connection. -11-19-2024 18:01:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:20: SVR: Methods called correctly -11-19-2024 18:01:20: SVR: Performing end to end verification... -11-19-2024 18:01:20: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:20: SVR: Exception inserting into table. -11-19-2024 18:01:20: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:20: SVR-ERROR: Exception at: -11-19-2024 18:01:20: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testRASharability(lifecycleClient1.java:430) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testRASharability(lifecycleClient1.java:426) - ... 41 more - -11-19-2024 18:01:20: SVR: Cleanup -11-19-2024 18:01:20: SVR: Test running in jsp vehicle failed -11-19-2024 18:01:20: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:20: Test: returning from running in a jsp vehicle -11-19-2024 18:01:20: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: jsp -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:20 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:20: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:20: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:20: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:20: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:20: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:01:20: Opened connection to http://localhost:8080/xa_lifecycle_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:01:20: TRACE: got outputstream -11-19-2024 18:01:20: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:01:20: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:01:20: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRAforJavaBeannullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:01:20: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:01:20: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:01:20: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_jsp_vehicle/xa_lifecycle_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:20: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:20: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ** IN getRunMethod: testname=testRAforJavaBean -11-19-2024 18:01:20: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:20: SVR-TRACE: **runmethod=testRAforJavaBean -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAforJavaBean_setup -11-19-2024 18:01:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:20: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAforJavaBean_cleanup -11-19-2024 18:01:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:20: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:20: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:20: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:20: SVR: Performing callback verification... -11-19-2024 18:01:20: SVR: Got RA log. -11-19-2024 18:01:20: SVR-TRACE: Got connection. -11-19-2024 18:01:20: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:20: SVR: Methods called correctly -11-19-2024 18:01:20: SVR: Performing end to end verification... -11-19-2024 18:01:20: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:20: SVR: Exception inserting into table. -11-19-2024 18:01:20: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:20: SVR-ERROR: Exception at: -11-19-2024 18:01:20: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testRAforJavaBean(lifecycleClient1.java:576) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testRAforJavaBean(lifecycleClient1.java:572) - ... 41 more - -11-19-2024 18:01:20: SVR: Cleanup -11-19-2024 18:01:20: SVR: Test running in jsp vehicle failed -11-19-2024 18:01:20: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:20: Test: returning from running in a jsp vehicle -11-19-2024 18:01:20: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 7, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 5.138 s <<< FAILURE! - in com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1JspTest -[ERROR] com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1JspTest.testAssociationMCFandRA Time elapsed: 0.192 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1JspTest.testBootstrapforNull Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1JspTest.testInstantiationOfRA Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1JspTest.testMCFcalledOnce Time elapsed: 0.024 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1JspTest.testRASharability Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1JspTest.testRAforJavaBean Time elapsed: 0.018 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1ServletTest -Nov 19, 2024 6:01:20 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:20 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:21 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:22 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:22 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:22 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:23 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:23 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:23 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:24 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:24 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:25 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:25: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:25: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:25: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:25: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:25: Opened connection to http://localhost:8080/xa_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:25: TRACE: got outputstream -11-19-2024 18:01:25: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:25: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 18:01:25: SVR-TRACE: In doPost -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:25: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:25: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAssociationMCFandRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:25: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:25: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:25: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA -11-19-2024 18:01:25: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:25: SVR-TRACE: **runmethod=testAssociationMCFandRA -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA_setup -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:25: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA_cleanup -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:25: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:25: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:25: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:25: SVR: Performing callback verification... -11-19-2024 18:01:25: SVR: Got RA log. -11-19-2024 18:01:25: SVR-TRACE: Got connection. -11-19-2024 18:01:25: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:25: SVR: Methods called correctly -11-19-2024 18:01:25: SVR: Performing end to end verification... -11-19-2024 18:01:25: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:25: SVR: Exception inserting into table. -11-19-2024 18:01:25: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:25: SVR-ERROR: Exception at: -11-19-2024 18:01:25: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testAssociationMCFandRA(lifecycleClient1.java:154) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testAssociationMCFandRA(lifecycleClient1.java:150) - ... 38 more - -11-19-2024 18:01:25: SVR: Cleanup -11-19-2024 18:01:25: SVR: Test running in servlet vehicle failed -11-19-2024 18:01:25: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:25: Test: returning from running in a servlet vehicle -11-19-2024 18:01:25: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:25 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:25: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:25: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:25: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:25: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:25: Opened connection to http://localhost:8080/xa_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:25: TRACE: got outputstream -11-19-2024 18:01:25: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:25: SVR-TRACE: In doPost -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:25: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:25: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAssociationMCFandRA2nullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:25: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:25: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:25: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA2 -11-19-2024 18:01:25: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:25: SVR-TRACE: **runmethod=testAssociationMCFandRA2 -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA2_setup -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:25: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA2_cleanup -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:25: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:25: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:25: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:25: SVR: Performing callback verification... -11-19-2024 18:01:25: SVR: Got RA log. -11-19-2024 18:01:25: SVR-TRACE: Got connection. -11-19-2024 18:01:25: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:25: SVR: testAssociationMCFandRA2 passed: setResourceAdapter not called twice. -11-19-2024 18:01:25: SVR: Cleanup -11-19-2024 18:01:25: SVR: Test running in servlet vehicle passed -11-19-2024 18:01:25: Test status from a servlet: 0: -11-19-2024 18:01:25: Test: returning from running in a servlet vehicle -11-19-2024 18:01:25: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:25 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:25: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:25: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:25: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:25: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:25: Opened connection to http://localhost:8080/xa_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:25: TRACE: got outputstream -11-19-2024 18:01:25: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:25: SVR-TRACE: In doPost -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:25: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:25: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testBootstrapforNullnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:25: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:25: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:25: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testname=testBootstrapforNull -11-19-2024 18:01:25: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:25: SVR-TRACE: **runmethod=testBootstrapforNull -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testBootstrapforNull_setup -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:25: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testBootstrapforNull_cleanup -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:25: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:25: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:25: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:25: SVR: Performing callback verification... -11-19-2024 18:01:25: SVR: Got RA log. -11-19-2024 18:01:25: SVR-TRACE: Got connection. -11-19-2024 18:01:25: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:25: SVR: Methods called correctly -11-19-2024 18:01:25: SVR: Performing end to end verification... -11-19-2024 18:01:25: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:25: SVR: Exception inserting into table. -11-19-2024 18:01:25: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:25: SVR-ERROR: Exception at: -11-19-2024 18:01:25: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testBootstrapforNull(lifecycleClient1.java:280) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testBootstrapforNull(lifecycleClient1.java:276) - ... 38 more - -11-19-2024 18:01:25: SVR: Cleanup -11-19-2024 18:01:25: SVR: Test running in servlet vehicle failed -11-19-2024 18:01:25: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:25: Test: returning from running in a servlet vehicle -11-19-2024 18:01:25: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:25 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:25: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:25: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:25: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:25: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:25: Opened connection to http://localhost:8080/xa_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:25: TRACE: got outputstream -11-19-2024 18:01:25: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:25: SVR-TRACE: In doPost -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:25: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:25: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testInstantiationOfRAnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:25: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:25: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:25: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testname=testInstantiationOfRA -11-19-2024 18:01:25: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:25: SVR-TRACE: **runmethod=testInstantiationOfRA -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testInstantiationOfRA_setup -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:25: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testInstantiationOfRA_cleanup -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:25: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:25: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:25: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:25: SVR: Performing callback verification... -11-19-2024 18:01:25: SVR: Got RA log. -11-19-2024 18:01:25: SVR-TRACE: Got connection. -11-19-2024 18:01:25: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:25: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:25: SVR: Methods called correctly -11-19-2024 18:01:25: SVR: Performing end to end verification... -11-19-2024 18:01:25: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:25: Test: returning from running in a servlet vehicle -11-19-2024 18:01:25: SVR: Exception inserting into table. -11-19-2024 18:01:25: TRACE: SLEPT FOR: 0 -11-19-2024 18:01:25: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:25: SVR-ERROR: Exception at: -11-19-2024 18:01:25: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testInstantiationOfRA(lifecycleClient1.java:354) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testInstantiationOfRA(lifecycleClient1.java:350) - ... 38 more - -11-19-2024 18:01:25: SVR: Cleanup -11-19-2024 18:01:25: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:01:25 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:25: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:25: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:25: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:25: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:25: Opened connection to http://localhost:8080/xa_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:25: TRACE: got outputstream -11-19-2024 18:01:25: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:25: SVR-TRACE: In doPost -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:25: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:25: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testMCFcalledOncenullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:25: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:25: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:25: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testname=testMCFcalledOnce -11-19-2024 18:01:25: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:25: SVR-TRACE: **runmethod=testMCFcalledOnce -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMCFcalledOnce_setup -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:25: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMCFcalledOnce_cleanup -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:25: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:25: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:25: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:25: SVR: Performing callback verification... -11-19-2024 18:01:25: SVR: Got RA log. -11-19-2024 18:01:25: SVR-TRACE: Got connection. -11-19-2024 18:01:25: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:25: SVR: Methods called correctly -11-19-2024 18:01:25: SVR: Performing end to end verification... -11-19-2024 18:01:25: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:25: SVR: Exception inserting into table. -11-19-2024 18:01:25: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:25: SVR-ERROR: Exception at: -11-19-2024 18:01:25: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testMCFcalledOnce(lifecycleClient1.java:503) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testMCFcalledOnce(lifecycleClient1.java:499) - ... 38 more - -11-19-2024 18:01:25: SVR: Cleanup -11-19-2024 18:01:25: SVR: Test running in servlet vehicle failed -11-19-2024 18:01:25: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:25: Test: returning from running in a servlet vehicle -11-19-2024 18:01:25: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:25 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:25: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:25: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:25: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:25: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:25: Opened connection to http://localhost:8080/xa_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:25: TRACE: got outputstream -11-19-2024 18:01:25: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:25: SVR-TRACE: In doPost -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:25: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:25: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRASharabilitynullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:25: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:25: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:25: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testname=testRASharability -11-19-2024 18:01:25: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:25: SVR-TRACE: **runmethod=testRASharability -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRASharability_setup -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:25: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRASharability_cleanup -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:25: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:25: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:25: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:25: SVR: Performing callback verification... -11-19-2024 18:01:25: SVR: Got RA log. -11-19-2024 18:01:25: SVR-TRACE: Got connection. -11-19-2024 18:01:25: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:25: SVR: Methods called correctly -11-19-2024 18:01:25: SVR: Performing end to end verification... -11-19-2024 18:01:25: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:25: SVR: Exception inserting into table. -11-19-2024 18:01:25: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:25: SVR-ERROR: Exception at: -11-19-2024 18:01:25: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testRASharability(lifecycleClient1.java:430) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testRASharability(lifecycleClient1.java:426) - ... 38 more - -11-19-2024 18:01:25: SVR: Cleanup -11-19-2024 18:01:25: SVR: Test running in servlet vehicle failed -11-19-2024 18:01:25: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:25: Test: returning from running in a servlet vehicle -11-19-2024 18:01:25: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:25 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, vehicle: servlet -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:25 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_lifecycle_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:25: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:25: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:25: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:25: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:25: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:25: Opened connection to http://localhost:8080/xa_lifecycle_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:25: TRACE: got outputstream -11-19-2024 18:01:25: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:25: SVR-TRACE: In doPost -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:25: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:25: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:25: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testRAforJavaBeannullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_lifecycle_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:25: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_lifecycle_servlet_vehicle/xa_lifecycle_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:25: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:25: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:25: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ** IN getRunMethod: testname=testRAforJavaBean -11-19-2024 18:01:25: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:25: SVR-TRACE: **runmethod=testRAforJavaBean -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAforJavaBean_setup -11-19-2024 18:01:25: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:25: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAforJavaBean_cleanup -11-19-2024 18:01:25: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:25: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:25: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:25: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:25: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:25: SVR: Performing callback verification... -11-19-2024 18:01:25: SVR: Got RA log. -11-19-2024 18:01:25: SVR-TRACE: Got connection. -11-19-2024 18:01:25: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:01:25: SVR: Methods called correctly -11-19-2024 18:01:25: SVR: Performing end to end verification... -11-19-2024 18:01:25: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:25: SVR: Exception inserting into table. -11-19-2024 18:01:25: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:25: SVR-ERROR: Exception at: -11-19-2024 18:01:25: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testRAforJavaBean(lifecycleClient1.java:576) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.testRAforJavaBean(lifecycleClient1.java:572) - ... 38 more - -11-19-2024 18:01:25: SVR: Cleanup -11-19-2024 18:01:25: SVR: Test running in servlet vehicle failed -11-19-2024 18:01:25: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:25: Test: returning from running in a servlet vehicle -11-19-2024 18:01:25: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 7, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 4.586 s <<< FAILURE! - in com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1ServletTest -[ERROR] com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1ServletTest.testAssociationMCFandRA Time elapsed: 0.023 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1ServletTest.testBootstrapforNull Time elapsed: 0.019 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1ServletTest.testInstantiationOfRA Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1ServletTest.testMCFcalledOnce Time elapsed: 0.015 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1ServletTest.testRASharability Time elapsed: 0.024 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1ServletTest.testRAforJavaBean Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.xa.security.securityClient1JspTest -Nov 19, 2024 6:01:25 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:25 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:26 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:26 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:26 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:27 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:36 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:37 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:37 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:37 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:38 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:38 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:48 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:50 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.security.securityClient1, vehicle: jsp -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:50: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:50: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:50: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:50: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:50: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:50: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:01:50: Opened connection to http://localhost:8080/xa_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:01:50: TRACE: got outputstream -11-19-2024 18:01:50: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:01:50: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:01:50: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:01:50: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAppEISSignonnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:01:50: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:01:50: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_jsp_vehicle/xa_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/security/securityClient1.class -11-19-2024 18:01:50: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_jsp_vehicle/xa_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:50: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_jsp_vehicle/xa_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:50: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:50: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:50: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: ** IN getRunMethod: testname=testAppEISSignon -11-19-2024 18:01:50: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:50: SVR-TRACE: **runmethod=testAppEISSignon -11-19-2024 18:01:50: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:50: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:50: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAppEISSignon_setup -11-19-2024 18:01:50: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:50: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:50: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAppEISSignon_cleanup -11-19-2024 18:01:50: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:50: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:50: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:50: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:50: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@53560843 -11-19-2024 18:01:50: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@30623021 -11-19-2024 18:01:50: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:50: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:50: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:50: SVR: Got connection object from the DataSource. -11-19-2024 18:01:50: SVR: Checking for Connection Validity. -11-19-2024 18:01:50: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:50: SVR: Values inserted into table! -11-19-2024 18:01:50: SVR: Table has been dropped! -11-19-2024 18:01:50: SVR: Cleanup -11-19-2024 18:01:50: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:01:50: SVR: Test running in jsp vehicle passed -11-19-2024 18:01:50: Test status from a jsp: 0: -11-19-2024 18:01:50: Test: returning from running in a jsp vehicle -11-19-2024 18:01:50: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:50 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.security.securityClient1, vehicle: jsp -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:50: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:50: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:50: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:50: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:50: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:50: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:01:50: Opened connection to http://localhost:8080/xa_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:01:50: TRACE: got outputstream -11-19-2024 18:01:50: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:01:50: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:01:50: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:01:50: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testComponentManagednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:01:50: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:01:50: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_jsp_vehicle/xa_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/security/securityClient1.class -11-19-2024 18:01:50: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_jsp_vehicle/xa_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:50: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_jsp_vehicle/xa_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:50: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:50: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:50: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: ** IN getRunMethod: testname=testComponentManaged -11-19-2024 18:01:50: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:50: SVR-TRACE: **runmethod=testComponentManaged -11-19-2024 18:01:50: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:50: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:50: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testComponentManaged_setup -11-19-2024 18:01:50: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:50: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:50: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testComponentManaged_cleanup -11-19-2024 18:01:50: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:50: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:50: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:50: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:50: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6dc00d99 -11-19-2024 18:01:50: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7192ca60 -11-19-2024 18:01:50: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:50: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:50: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:50: SVR: Got connection object from the DataSource. -11-19-2024 18:01:50: SVR: Checking for Connection Validity. -11-19-2024 18:01:50: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:50: SVR: Values inserted into table! -11-19-2024 18:01:50: SVR: Table has been dropped! -11-19-2024 18:01:50: SVR: Cleanup -11-19-2024 18:01:50: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:01:50: SVR: Test running in jsp vehicle passed -11-19-2024 18:01:50: Test status from a jsp: 0: -11-19-2024 18:01:50: Test: returning from running in a jsp vehicle -11-19-2024 18:01:50: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:50 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.security.securityClient1, vehicle: jsp -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:50: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:50: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:50: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:50: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:50: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:50: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:01:50: Opened connection to http://localhost:8080/xa_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:01:50: TRACE: got outputstream -11-19-2024 18:01:50: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:01:50: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:01:50: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:01:50: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnManagerAllocateConnectionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:01:50: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:01:50: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_jsp_vehicle/xa_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/security/securityClient1.class -11-19-2024 18:01:50: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_jsp_vehicle/xa_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:50: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_jsp_vehicle/xa_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:50: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:50: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:50: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: ** IN getRunMethod: testname=testConnManagerAllocateConnection -11-19-2024 18:01:50: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:50: SVR-TRACE: **runmethod=testConnManagerAllocateConnection -11-19-2024 18:01:50: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:50: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:50: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnManagerAllocateConnection_setup -11-19-2024 18:01:50: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:50: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:50: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnManagerAllocateConnection_cleanup -11-19-2024 18:01:50: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:50: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:50: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:50: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:50: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@87ce0de -11-19-2024 18:01:50: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@69192e45 -11-19-2024 18:01:50: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:50: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:50: SVR: Got connection from the DataSource. -11-19-2024 18:01:50: SVR: Checking for Connection Validity. -11-19-2024 18:01:50: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:50: SVR: Exception inserting into table. -11-19-2024 18:01:50: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:50: SVR-ERROR: Exception at: -11-19-2024 18:01:50: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.security.securityClient1.testConnManagerAllocateConnection(securityClient1.java:278) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.security.securityClient1.testConnManagerAllocateConnection(securityClient1.java:274) - ... 41 more - -11-19-2024 18:01:50: SVR: Cleanup -11-19-2024 18:01:50: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:01:50: SVR: Test running in jsp vehicle failed -11-19-2024 18:01:50: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:50: Test: returning from running in a jsp vehicle -11-19-2024 18:01:50: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:50 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.security.securityClient1, vehicle: jsp -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:50 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_security_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:50: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:50: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:50: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:50: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:50: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:50: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:01:50: Opened connection to http://localhost:8080/xa_security_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:01:50: TRACE: got outputstream -11-19-2024 18:01:50: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:01:50: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:01:50: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:01:50: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testContainerManagednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_security_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:01:50: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:01:50: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:01:50: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_jsp_vehicle/xa_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/security/securityClient1.class -11-19-2024 18:01:50: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_jsp_vehicle/xa_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:50: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_jsp_vehicle/xa_security_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:50: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:50: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:50: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: ** IN getRunMethod: testname=testContainerManaged -11-19-2024 18:01:50: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:50: SVR-TRACE: **runmethod=testContainerManaged -11-19-2024 18:01:50: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:50: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:50: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testContainerManaged_setup -11-19-2024 18:01:50: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:50: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:50: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testContainerManaged_cleanup -11-19-2024 18:01:50: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:50: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:50: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:50: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:50: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:50: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@674cdb65 -11-19-2024 18:01:50: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@631b56ae -11-19-2024 18:01:50: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:50: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:50: SVR: Got connection from the DataSource. -11-19-2024 18:01:50: SVR: Checking for Connection Validity. -11-19-2024 18:01:50: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:50: SVR: Exception inserting into table. -11-19-2024 18:01:50: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:50: SVR-ERROR: Exception at: -11-19-2024 18:01:50: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.security.securityClient1.testContainerManaged(securityClient1.java:144) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.security.securityClient1.testContainerManaged(securityClient1.java:140) - ... 41 more - -11-19-2024 18:01:50: SVR: Cleanup -11-19-2024 18:01:50: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:01:50: SVR: Test running in jsp vehicle failed -11-19-2024 18:01:50: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:50: Test: returning from running in a jsp vehicle -11-19-2024 18:01:50: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 4, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 25.639 s <<< FAILURE! - in com.sun.ts.tests.connector.xa.security.securityClient1JspTest -[ERROR] com.sun.ts.tests.connector.xa.security.securityClient1JspTest.testConnManagerAllocateConnection Time elapsed: 0.016 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.security.securityClient1JspTest.testContainerManaged Time elapsed: 0.018 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.xa.security.securityClient1ServletTest -Nov 19, 2024 6:01:50 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:51 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:52 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:52 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:52 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:53 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:53 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:57 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:58 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:01:58 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:01:58 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:01:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.security.securityClient1, vehicle: servlet -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:59: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:59: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:59: Opened connection to http://localhost:8080/xa_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:59: TRACE: got outputstream -11-19-2024 18:01:59: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:59: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 18:01:59: SVR-TRACE: In doPost -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:59: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testAppEISSignonnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_servlet_vehicle/xa_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/security/securityClient1.class -11-19-2024 18:01:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_servlet_vehicle/xa_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_servlet_vehicle/xa_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: ** IN getRunMethod: testname=testAppEISSignon -11-19-2024 18:01:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:59: SVR-TRACE: **runmethod=testAppEISSignon -11-19-2024 18:01:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAppEISSignon_setup -11-19-2024 18:01:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAppEISSignon_cleanup -11-19-2024 18:01:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:59: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:59: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:59: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6fb4b3b2 -11-19-2024 18:01:59: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@143ca883 -11-19-2024 18:01:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:59: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:59: SVR: Got connection object from the DataSource. -11-19-2024 18:01:59: SVR: Checking for Connection Validity. -11-19-2024 18:01:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:59: SVR: Values inserted into table! -11-19-2024 18:01:59: SVR: Table has been dropped! -11-19-2024 18:01:59: SVR: Cleanup -11-19-2024 18:01:59: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:01:59: SVR: Test running in servlet vehicle passed -11-19-2024 18:01:59: Test status from a servlet: 0: -11-19-2024 18:01:59: Test: returning from running in a servlet vehicle -11-19-2024 18:01:59: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.security.securityClient1, vehicle: servlet -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:59: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:59: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:59: Opened connection to http://localhost:8080/xa_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:59: TRACE: got outputstream -11-19-2024 18:01:59: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:59: SVR-TRACE: In doPost -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:59: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testComponentManagednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_servlet_vehicle/xa_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/security/securityClient1.class -11-19-2024 18:01:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_servlet_vehicle/xa_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_servlet_vehicle/xa_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: ** IN getRunMethod: testname=testComponentManaged -11-19-2024 18:01:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:59: SVR-TRACE: **runmethod=testComponentManaged -11-19-2024 18:01:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testComponentManaged_setup -11-19-2024 18:01:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testComponentManaged_cleanup -11-19-2024 18:01:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:59: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:59: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:59: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@628e9473 -11-19-2024 18:01:59: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@61909204 -11-19-2024 18:01:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:59: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:59: SVR: Got connection object from the DataSource. -11-19-2024 18:01:59: SVR: Checking for Connection Validity. -11-19-2024 18:01:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:59: SVR: Values inserted into table! -11-19-2024 18:01:59: SVR: Table has been dropped! -11-19-2024 18:01:59: SVR: Cleanup -11-19-2024 18:01:59: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:01:59: SVR: Test running in servlet vehicle passed -11-19-2024 18:01:59: Test status from a servlet: 0: -11-19-2024 18:01:59: Test: returning from running in a servlet vehicle -11-19-2024 18:01:59: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.security.securityClient1, vehicle: servlet -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:59: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:59: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:59: Opened connection to http://localhost:8080/xa_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:59: TRACE: got outputstream -11-19-2024 18:01:59: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:59: SVR-TRACE: In doPost -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:59: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testConnManagerAllocateConnectionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_servlet_vehicle/xa_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/security/securityClient1.class -11-19-2024 18:01:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_servlet_vehicle/xa_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_servlet_vehicle/xa_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: ** IN getRunMethod: testname=testConnManagerAllocateConnection -11-19-2024 18:01:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:59: SVR-TRACE: **runmethod=testConnManagerAllocateConnection -11-19-2024 18:01:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnManagerAllocateConnection_setup -11-19-2024 18:01:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnManagerAllocateConnection_cleanup -11-19-2024 18:01:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:59: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:59: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:59: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@26f7bf95 -11-19-2024 18:01:59: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@160095ad -11-19-2024 18:01:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:59: SVR: Got connection from the DataSource. -11-19-2024 18:01:59: SVR: Checking for Connection Validity. -11-19-2024 18:01:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:59: SVR: Exception inserting into table. -11-19-2024 18:01:59: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:59: SVR-ERROR: Exception at: -11-19-2024 18:01:59: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.security.securityClient1.testConnManagerAllocateConnection(securityClient1.java:278) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.security.securityClient1.testConnManagerAllocateConnection(securityClient1.java:274) - ... 38 more - -11-19-2024 18:01:59: SVR: Cleanup -11-19-2024 18:01:59: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:01:59: SVR: Test running in servlet vehicle failed -11-19-2024 18:01:59: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:59: Test: returning from running in a servlet vehicle -11-19-2024 18:01:59: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:01:59 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.security.securityClient1, vehicle: servlet -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:01:59 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.security.securityClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_security_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:01:59: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:01:59: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:59: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:01:59: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:01:59: TRACE: in ServiceEETest.run() method -11-19-2024 18:01:59: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:01:59: Opened connection to http://localhost:8080/xa_security_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:01:59: TRACE: got outputstream -11-19-2024 18:01:59: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:01:59: SVR-TRACE: In doPost -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:01:59: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:01:59: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:01:59: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testContainerManagednullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_security_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.security.securityClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:01:59: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_servlet_vehicle/xa_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/security/securityClient1.class -11-19-2024 18:01:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_servlet_vehicle/xa_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:59: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_security_servlet_vehicle/xa_security_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:01:59: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:01:59: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:01:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: ** IN getRunMethod: testname=testContainerManaged -11-19-2024 18:01:59: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:01:59: SVR-TRACE: **runmethod=testContainerManaged -11-19-2024 18:01:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:01:59: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:01:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testContainerManaged_setup -11-19-2024 18:01:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:01:59: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:01:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testContainerManaged_cleanup -11-19-2024 18:01:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:01:59: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.security.securityClient1 -11-19-2024 18:01:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:01:59: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:01:59: SVR: Using: java:comp/env/eis/whitebox-xa-param -11-19-2024 18:01:59: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@354b173a -11-19-2024 18:01:59: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1ca17a96 -11-19-2024 18:01:59: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:01:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:01:59: SVR: Got connection from the DataSource. -11-19-2024 18:01:59: SVR: Checking for Connection Validity. -11-19-2024 18:01:59: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:01:59: SVR: Exception inserting into table. -11-19-2024 18:01:59: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:59: SVR-ERROR: Exception at: -11-19-2024 18:01:59: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.security.securityClient1.testContainerManaged(securityClient1.java:144) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.security.securityClient1.testContainerManaged(securityClient1.java:140) - ... 38 more - -11-19-2024 18:01:59: SVR: Cleanup -11-19-2024 18:01:59: SVR-TRACE: Closing connection in cleanup. -11-19-2024 18:01:59: SVR: Test running in servlet vehicle failed -11-19-2024 18:01:59: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:01:59: Test: returning from running in a servlet vehicle -11-19-2024 18:01:59: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 4, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 9.123 s <<< FAILURE! - in com.sun.ts.tests.connector.xa.security.securityClient1ServletTest -[ERROR] com.sun.ts.tests.connector.xa.security.securityClient1ServletTest.testConnManagerAllocateConnection Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.security.securityClient1ServletTest.testContainerManaged Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.xa.workmgt.workmgtClient1JspTest -Nov 19, 2024 6:02:00 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:00 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:02:00 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:02:00 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:02:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:02:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:02:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:02:01 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:02:02 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:02:02 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:02:02 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:02:03 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:02:03 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:02:04 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:04: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:04: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:04: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:04: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:02:04: Opened connection to http://localhost:8080/xa_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:02:04: TRACE: got outputstream -11-19-2024 18:02:04: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:02:04: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testForUnsharedTimernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:02:04: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:02:04: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:04: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testname=testForUnsharedTimer -11-19-2024 18:02:04: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:04: SVR-TRACE: **runmethod=testForUnsharedTimer -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testForUnsharedTimer_setup -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:04: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testForUnsharedTimer_cleanup -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:04: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:04: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:04: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:04: SVR: Performing callback verification... -11-19-2024 18:02:04: SVR: Got RA log. -11-19-2024 18:02:04: SVR-TRACE: Got connection. -11-19-2024 18:02:04: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:04: SVR: Methods called correctly -11-19-2024 18:02:04: SVR: Performing end to end verification... -11-19-2024 18:02:04: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:04: SVR: Exception inserting into table. -11-19-2024 18:02:04: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: SVR-ERROR: Exception at: -11-19-2024 18:02:04: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testForUnsharedTimer(workmgtClient1.java:544) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testForUnsharedTimer(workmgtClient1.java:540) - ... 41 more - -11-19-2024 18:02:04: SVR: Cleanup -11-19-2024 18:02:04: SVR: Test running in jsp vehicle failed -11-19-2024 18:02:04: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: Test: returning from running in a jsp vehicle -11-19-2024 18:02:04: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:02:04 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:04: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:04: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:04: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:04: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:02:04: Opened connection to http://localhost:8080/xa_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:02:04: TRACE: got outputstream -11-19-2024 18:02:04: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:02:04: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNestedWorknullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:02:04: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:02:04: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:04: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testname=testNestedWork -11-19-2024 18:02:04: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:04: SVR-TRACE: **runmethod=testNestedWork -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWork_setup -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:04: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWork_cleanup -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:04: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:04: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:04: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:04: SVR: Performing callback verification... -11-19-2024 18:02:04: SVR: Got RA log. -11-19-2024 18:02:04: SVR-TRACE: Got connection. -11-19-2024 18:02:04: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:04: SVR: Methods called correctly -11-19-2024 18:02:04: SVR: Performing end to end verification... -11-19-2024 18:02:04: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:04: SVR: Exception inserting into table. -11-19-2024 18:02:04: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: SVR-ERROR: Exception at: -11-19-2024 18:02:04: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testNestedWork(workmgtClient1.java:618) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testNestedWork(workmgtClient1.java:614) - ... 41 more - -11-19-2024 18:02:04: SVR: Cleanup -11-19-2024 18:02:04: SVR: Test running in jsp vehicle failed -11-19-2024 18:02:04: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: Test: returning from running in a jsp vehicle -11-19-2024 18:02:04: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:02:04 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:04: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:04: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:04: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:04: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:02:04: Opened connection to http://localhost:8080/xa_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:02:04: TRACE: got outputstream -11-19-2024 18:02:04: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:02:04: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testScheduleWorknullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:02:04: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:02:04: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:04: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWork -11-19-2024 18:02:04: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:04: SVR-TRACE: **runmethod=testScheduleWork -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWork_setup -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:04: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWork_cleanup -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:04: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:04: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:04: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:04: SVR: Performing callback verification... -11-19-2024 18:02:04: SVR: Got RA log. -11-19-2024 18:02:04: SVR-TRACE: Got connection. -11-19-2024 18:02:04: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:04: SVR: Methods called correctly -11-19-2024 18:02:04: SVR: Performing end to end verification... -11-19-2024 18:02:04: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:04: Test: returning from running in a jsp vehicle -11-19-2024 18:02:04: SVR: Exception inserting into table. -11-19-2024 18:02:04: TRACE: SLEPT FOR: 0 -11-19-2024 18:02:04: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: SVR-ERROR: Exception at: -11-19-2024 18:02:04: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testScheduleWork(workmgtClient1.java:305) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testScheduleWork(workmgtClient1.java:301) - ... 41 more - -11-19-2024 18:02:04: SVR: Cleanup -11-19-2024 18:02:04: SVR: Test running in jsp vehicle failed -Nov 19, 2024 6:02:04 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:04: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:04: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:04: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:04: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:02:04: Opened connection to http://localhost:8080/xa_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:02:04: TRACE: got outputstream -11-19-2024 18:02:04: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:02:04: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testScheduleWorkListenernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:02:04: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:02:04: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:04: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWorkListener -11-19-2024 18:02:04: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:04: SVR-TRACE: **runmethod=testScheduleWorkListener -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWorkListener_setup -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:04: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWorkListener_cleanup -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:04: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:04: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:04: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:04: SVR: Performing callback verification... -11-19-2024 18:02:04: SVR: Got RA log. -11-19-2024 18:02:04: SVR-TRACE: Got connection. -11-19-2024 18:02:04: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:04: SVR: Methods called correctly -11-19-2024 18:02:04: SVR: Performing end to end verification... -11-19-2024 18:02:04: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:04: SVR: Exception inserting into table. -11-19-2024 18:02:04: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: SVR-ERROR: Exception at: -11-19-2024 18:02:04: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testScheduleWorkListener(workmgtClient1.java:378) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testScheduleWorkListener(workmgtClient1.java:374) - ... 41 more - -11-19-2024 18:02:04: SVR: Cleanup -11-19-2024 18:02:04: SVR: Test running in jsp vehicle failed -11-19-2024 18:02:04: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: Test: returning from running in a jsp vehicle -11-19-2024 18:02:04: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:02:04 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:04: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:04: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:04: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:04: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:02:04: Opened connection to http://localhost:8080/xa_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:02:04: TRACE: got outputstream -11-19-2024 18:02:04: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:02:04: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testUnknownWorkDurationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:02:04: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:02:04: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:04: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testname=testUnknownWorkDuration -11-19-2024 18:02:04: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:04: SVR-TRACE: **runmethod=testUnknownWorkDuration -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUnknownWorkDuration_setup -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:04: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUnknownWorkDuration_cleanup -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:04: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:04: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:04: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:04: SVR: Performing callback verification... -11-19-2024 18:02:04: SVR: Got RA log. -11-19-2024 18:02:04: SVR-TRACE: Got connection. -11-19-2024 18:02:04: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:04: SVR: Methods called correctly -11-19-2024 18:02:04: SVR: Performing end to end verification... -11-19-2024 18:02:04: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:04: SVR: Exception inserting into table. -11-19-2024 18:02:04: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: SVR-ERROR: Exception at: -11-19-2024 18:02:04: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testUnknownWorkDuration(workmgtClient1.java:701) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testUnknownWorkDuration(workmgtClient1.java:697) - ... 41 more - -11-19-2024 18:02:04: SVR: Cleanup -11-19-2024 18:02:04: SVR: Test running in jsp vehicle failed -11-19-2024 18:02:04: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: Test: returning from running in a jsp vehicle -11-19-2024 18:02:04: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:02:04 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:04: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:04: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:04: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:04: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:02:04: Opened connection to http://localhost:8080/xa_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:02:04: TRACE: got outputstream -11-19-2024 18:02:04: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:02:04: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkCompletedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:02:04: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:02:04: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:04: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testname=testWorkCompletedException -11-19-2024 18:02:04: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:04: SVR-TRACE: **runmethod=testWorkCompletedException -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkCompletedException_setup -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:04: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkCompletedException_cleanup -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:04: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:04: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:04: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:04: SVR: Performing callback verification... -11-19-2024 18:02:04: SVR: Got RA log. -11-19-2024 18:02:04: SVR-TRACE: Got connection. -11-19-2024 18:02:04: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:04: SVR: Methods called correctly -11-19-2024 18:02:04: SVR: Performing end to end verification... -11-19-2024 18:02:04: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:04: SVR: Exception inserting into table. -11-19-2024 18:02:04: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: SVR-ERROR: Exception at: -11-19-2024 18:02:04: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testWorkCompletedException(workmgtClient1.java:452) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testWorkCompletedException(workmgtClient1.java:448) - ... 41 more - -11-19-2024 18:02:04: SVR: Cleanup -11-19-2024 18:02:04: SVR: Test running in jsp vehicle failed -11-19-2024 18:02:04: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: Test: returning from running in a jsp vehicle -11-19-2024 18:02:04: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:02:04 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:04: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:04: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:04: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:04: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:02:04: Opened connection to http://localhost:8080/xa_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:02:04: TRACE: got outputstream -11-19-2024 18:02:04: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:02:04: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkListenerImplementationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:02:04: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:02:04: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:04: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testname=testWorkListenerImplementation -11-19-2024 18:02:04: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:04: SVR-TRACE: **runmethod=testWorkListenerImplementation -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkListenerImplementation_setup -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:04: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkListenerImplementation_cleanup -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:04: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:04: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:04: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:04: SVR: Performing callback verification... -11-19-2024 18:02:04: SVR: Got RA log. -11-19-2024 18:02:04: SVR-TRACE: Got connection. -11-19-2024 18:02:04: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:04: SVR: Methods called correctly -11-19-2024 18:02:04: SVR: Performing end to end verification... -11-19-2024 18:02:04: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:04: SVR: Exception inserting into table. -11-19-2024 18:02:04: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: SVR-ERROR: Exception at: -11-19-2024 18:02:04: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testWorkListenerImplementation(workmgtClient1.java:232) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testWorkListenerImplementation(workmgtClient1.java:228) - ... 41 more - -11-19-2024 18:02:04: SVR: Cleanup -11-19-2024 18:02:04: SVR: Test running in jsp vehicle failed -11-19-2024 18:02:04: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: Test: returning from running in a jsp vehicle -11-19-2024 18:02:04: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:02:04 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: jsp -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:04 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=jsp, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_jsp_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=jsp, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:04: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:04: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:04: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:04: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:04: TRACE: Vehicle to be used for this test is: jsp -11-19-2024 18:02:04: Opened connection to http://localhost:8080/xa_workmgt_jsp_vehicle_web/jsp_vehicle.jsp -11-19-2024 18:02:04: TRACE: got outputstream -11-19-2024 18:02:04: TRACE: wrote objects to the jsp vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - In doJSPGet -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - got InputStream -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle -read properties!!! -11-19-2024 18:02:04: SVR-TRACE: JSP Vehicle - list the props -11-19-2024 18:02:04: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=jspnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkManagerImplementaionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_jsp_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=jspnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - read Objects -11-19-2024 18:02:04: SVR-TRACE: Remote logging set for JSP Vehicle -11-19-2024 18:02:04: SVR-TRACE: JSPVehicle - Here are the props -11-19-2024 18:02:04: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_jsp_vehicle/xa_workmgt_jsp_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:04: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:04: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ** IN getRunMethod: testname=testWorkManagerImplementaion -11-19-2024 18:02:04: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:04: SVR-TRACE: **runmethod=testWorkManagerImplementaion -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkManagerImplementaion_setup -11-19-2024 18:02:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:04: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkManagerImplementaion_cleanup -11-19-2024 18:02:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:04: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:04: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:04: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:04: SVR: Performing callback verification... -11-19-2024 18:02:04: SVR: Got RA log. -11-19-2024 18:02:04: SVR-TRACE: Got connection. -11-19-2024 18:02:04: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:04: SVR: Methods called correctly -11-19-2024 18:02:04: SVR: Performing end to end verification... -11-19-2024 18:02:04: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:04: SVR: Exception inserting into table. -11-19-2024 18:02:04: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: SVR-ERROR: Exception at: -11-19-2024 18:02:04: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testWorkManagerImplementaion(workmgtClient1.java:156) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at org.apache.jsp.jsp_005fvehicle_jsp.runTest(jsp_005fvehicle_jsp.java:30) - at org.apache.jsp.jsp_005fvehicle_jsp._jspService(jsp_005fvehicle_jsp.java:136) - at org.glassfish.wasp.runtime.HttpJspBase.service(HttpJspBase.java:68) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:317) - at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) - at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testWorkManagerImplementaion(workmgtClient1.java:152) - ... 41 more - -11-19-2024 18:02:04: SVR: Cleanup -11-19-2024 18:02:04: SVR: Test running in jsp vehicle failed -11-19-2024 18:02:04: Test status from a jsp: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:04: Test: returning from running in a jsp vehicle -11-19-2024 18:02:04: TRACE: SLEPT FOR: 0 -[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 4.977 s <<< FAILURE! - in com.sun.ts.tests.connector.xa.workmgt.workmgtClient1JspTest -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1JspTest.testForUnsharedTimer Time elapsed: 0.181 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1JspTest.testNestedWork Time elapsed: 0.018 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1JspTest.testScheduleWork Time elapsed: 0.023 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1JspTest.testScheduleWorkListener Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1JspTest.testUnknownWorkDuration Time elapsed: 0.019 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1JspTest.testWorkCompletedException Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1JspTest.testWorkListenerImplementation Time elapsed: 0.016 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1JspTest.testWorkManagerImplementaion Time elapsed: 0.015 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[INFO] Running com.sun.ts.tests.connector.xa.workmgt.workmgtClient1ServletTest -Nov 19, 2024 6:02:04 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:05 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:02:05 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:02:05 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/common/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:common:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:02:06 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:02:06 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:02:06 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/project/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:project:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:02:07 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:02:07 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:02:07 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/runtime/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:runtime:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:02:07 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repository.jboss.org/nexus/content/repositories/releases/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jboss (https://repository.jboss.org/nexus/content/repositories/releases/) -Nov 19, 2024 6:02:08 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://repo1.maven.org/maven2/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in central (https://repo1.maven.org/maven2) -Nov 19, 2024 6:02:08 PM org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener transferFailed -WARNING: Failed downloading jakarta/tck/libutil/11.0.0-SNAPSHOT/maven-metadata.xml from https://jakarta.oss.sonatype.org/content/repositories/staging/. Reason: -org.eclipse.aether.transfer.MetadataNotFoundException: Could not find metadata jakarta.tck:libutil:11.0.0-SNAPSHOT/maven-metadata.xml in jakarta-snapshots (https://jakarta.oss.sonatype.org/content/repositories/staging/) -Nov 19, 2024 6:02:09 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:09: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:09: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:09: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:09: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:02:09: Opened connection to http://localhost:8080/xa_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:02:09: TRACE: got outputstream -11-19-2024 18:02:09: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:02:09: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... -11-19-2024 18:02:09: SVR-TRACE: In doPost -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:02:09: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:02:09: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testForUnsharedTimernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:09: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:09: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testname=testForUnsharedTimer -11-19-2024 18:02:09: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:09: SVR-TRACE: **runmethod=testForUnsharedTimer -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testForUnsharedTimer_setup -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:09: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testForUnsharedTimer_cleanup -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:09: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:09: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:09: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:09: SVR: Performing callback verification... -11-19-2024 18:02:09: SVR: Got RA log. -11-19-2024 18:02:09: SVR-TRACE: Got connection. -11-19-2024 18:02:09: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:09: SVR: Methods called correctly -11-19-2024 18:02:09: SVR: Performing end to end verification... -11-19-2024 18:02:09: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:09: SVR: Exception inserting into table. -11-19-2024 18:02:09: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: SVR-ERROR: Exception at: -11-19-2024 18:02:09: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testForUnsharedTimer(workmgtClient1.java:544) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testForUnsharedTimer(workmgtClient1.java:540) - ... 38 more - -11-19-2024 18:02:09: SVR: Cleanup -11-19-2024 18:02:09: SVR: Test running in servlet vehicle failed -11-19-2024 18:02:09: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: Test: returning from running in a servlet vehicle -11-19-2024 18:02:09: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:02:09 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:09: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:09: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:09: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:09: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:02:09: Opened connection to http://localhost:8080/xa_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:02:09: TRACE: got outputstream -11-19-2024 18:02:09: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:02:09: SVR-TRACE: In doPost -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:02:09: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:02:09: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testNestedWorknullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:09: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:09: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testname=testNestedWork -11-19-2024 18:02:09: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:09: SVR-TRACE: **runmethod=testNestedWork -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWork_setup -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:09: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWork_cleanup -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:09: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:09: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:09: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:09: SVR: Performing callback verification... -11-19-2024 18:02:09: SVR: Got RA log. -11-19-2024 18:02:09: SVR-TRACE: Got connection. -11-19-2024 18:02:09: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:09: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: SVR: Methods called correctly -11-19-2024 18:02:09: SVR: Performing end to end verification... -11-19-2024 18:02:09: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:09: SVR: Exception inserting into table. -11-19-2024 18:02:09: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: Test: returning from running in a servlet vehicle -11-19-2024 18:02:09: SVR-ERROR: Exception at: -11-19-2024 18:02:09: TRACE: SLEPT FOR: 0 -11-19-2024 18:02:09: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testNestedWork(workmgtClient1.java:618) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testNestedWork(workmgtClient1.java:614) - ... 38 more - -11-19-2024 18:02:09: SVR: Cleanup -11-19-2024 18:02:09: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:02:09 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:09: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:09: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:09: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:09: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:02:09: Opened connection to http://localhost:8080/xa_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:02:09: TRACE: got outputstream -11-19-2024 18:02:09: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:02:09: SVR-TRACE: In doPost -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:02:09: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:02:09: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testScheduleWorknullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:09: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:09: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWork -11-19-2024 18:02:09: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:09: SVR-TRACE: **runmethod=testScheduleWork -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWork_setup -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:09: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWork_cleanup -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:09: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:09: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:09: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:09: SVR: Performing callback verification... -11-19-2024 18:02:09: SVR: Got RA log. -11-19-2024 18:02:09: SVR-TRACE: Got connection. -11-19-2024 18:02:09: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:09: SVR: Methods called correctly -11-19-2024 18:02:09: SVR: Performing end to end verification... -11-19-2024 18:02:09: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:09: SVR: Exception inserting into table. -11-19-2024 18:02:09: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: SVR-ERROR: Exception at: -11-19-2024 18:02:09: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testScheduleWork(workmgtClient1.java:305) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testScheduleWork(workmgtClient1.java:301) - ... 38 more - -11-19-2024 18:02:09: SVR: Cleanup -11-19-2024 18:02:09: SVR: Test running in servlet vehicle failed -11-19-2024 18:02:09: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: Test: returning from running in a servlet vehicle -11-19-2024 18:02:09: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:02:09 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:09: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:09: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:09: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:09: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:02:09: Opened connection to http://localhost:8080/xa_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:02:09: TRACE: got outputstream -11-19-2024 18:02:09: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:02:09: SVR-TRACE: In doPost -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:02:09: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:02:09: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testScheduleWorkListenernullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:09: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:09: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWorkListener -11-19-2024 18:02:09: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:09: SVR-TRACE: **runmethod=testScheduleWorkListener -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWorkListener_setup -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:09: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWorkListener_cleanup -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:09: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:09: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:09: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:09: SVR: Performing callback verification... -11-19-2024 18:02:09: SVR: Got RA log. -11-19-2024 18:02:09: SVR-TRACE: Got connection. -11-19-2024 18:02:09: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:09: SVR: Methods called correctly -11-19-2024 18:02:09: SVR: Performing end to end verification... -11-19-2024 18:02:09: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:09: SVR: Exception inserting into table. -11-19-2024 18:02:09: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: SVR-ERROR: Exception at: -11-19-2024 18:02:09: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testScheduleWorkListener(workmgtClient1.java:378) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testScheduleWorkListener(workmgtClient1.java:374) - ... 38 more - -11-19-2024 18:02:09: SVR: Cleanup -11-19-2024 18:02:09: SVR: Test running in servlet vehicle failed -11-19-2024 18:02:09: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: Test: returning from running in a servlet vehicle -11-19-2024 18:02:09: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:02:09 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:09: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:09: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:09: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:09: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:02:09: Opened connection to http://localhost:8080/xa_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:02:09: TRACE: got outputstream -11-19-2024 18:02:09: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:02:09: SVR-TRACE: In doPost -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:02:09: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:02:09: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testUnknownWorkDurationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:09: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:09: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testname=testUnknownWorkDuration -11-19-2024 18:02:09: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:09: SVR-TRACE: **runmethod=testUnknownWorkDuration -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUnknownWorkDuration_setup -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:09: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUnknownWorkDuration_cleanup -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:09: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:09: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:09: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:09: SVR: Performing callback verification... -11-19-2024 18:02:09: SVR: Got RA log. -11-19-2024 18:02:09: SVR-TRACE: Got connection. -11-19-2024 18:02:09: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:09: SVR: Methods called correctly -11-19-2024 18:02:09: SVR: Performing end to end verification... -11-19-2024 18:02:09: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:09: SVR: Exception inserting into table. -11-19-2024 18:02:09: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: SVR-ERROR: Exception at: -11-19-2024 18:02:09: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testUnknownWorkDuration(workmgtClient1.java:701) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testUnknownWorkDuration(workmgtClient1.java:697) - ... 38 more - -11-19-2024 18:02:09: SVR: Cleanup -11-19-2024 18:02:09: SVR: Test running in servlet vehicle failed -11-19-2024 18:02:09: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: Test: returning from running in a servlet vehicle -11-19-2024 18:02:09: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:02:09 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:09: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:09: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:09: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:09: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:02:09: Opened connection to http://localhost:8080/xa_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:02:09: TRACE: got outputstream -11-19-2024 18:02:09: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:02:09: SVR-TRACE: In doPost -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:02:09: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:02:09: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkCompletedExceptionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:09: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:09: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testname=testWorkCompletedException -11-19-2024 18:02:09: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:09: SVR-TRACE: **runmethod=testWorkCompletedException -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkCompletedException_setup -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:09: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkCompletedException_cleanup -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:09: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:09: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:09: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:09: SVR: Performing callback verification... -11-19-2024 18:02:09: SVR: Got RA log. -11-19-2024 18:02:09: SVR-TRACE: Got connection. -11-19-2024 18:02:09: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:09: SVR: Methods called correctly -11-19-2024 18:02:09: SVR: Performing end to end verification... -11-19-2024 18:02:09: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:09: SVR: Exception inserting into table. -11-19-2024 18:02:09: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: SVR-ERROR: Exception at: -11-19-2024 18:02:09: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testWorkCompletedException(workmgtClient1.java:452) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testWorkCompletedException(workmgtClient1.java:448) - ... 38 more - -11-19-2024 18:02:09: SVR: Cleanup -11-19-2024 18:02:09: SVR: Test running in servlet vehicle failed -11-19-2024 18:02:09: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: Test: returning from running in a servlet vehicle -11-19-2024 18:02:09: TRACE: SLEPT FOR: 0 -Nov 19, 2024 6:02:09 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:09: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:09: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:09: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:09: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:02:09: Opened connection to http://localhost:8080/xa_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:02:09: TRACE: got outputstream -11-19-2024 18:02:09: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:02:09: SVR-TRACE: In doPost -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:02:09: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:02:09: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkListenerImplementationnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:09: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:09: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testname=testWorkListenerImplementation -11-19-2024 18:02:09: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:09: SVR-TRACE: **runmethod=testWorkListenerImplementation -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkListenerImplementation_setup -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:09: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkListenerImplementation_cleanup -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:09: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:09: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:09: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:09: SVR: Performing callback verification... -11-19-2024 18:02:09: SVR: Got RA log. -11-19-2024 18:02:09: SVR-TRACE: Got connection. -11-19-2024 18:02:09: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:09: SVR: Methods called correctly -11-19-2024 18:02:09: SVR: Performing end to end verification... -11-19-2024 18:02:09: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:09: SVR: Exception inserting into table. -11-19-2024 18:02:09: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: SVR-ERROR: Exception at: -11-19-2024 18:02:09: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testWorkListenerImplementation(workmgtClient1.java:232) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testWorkListenerImplementation(workmgtClient1.java:228) - ... 38 more - -11-19-2024 18:02:09: Test: returning from running in a servlet vehicle -11-19-2024 18:02:09: SVR: Cleanup -11-19-2024 18:02:09: TRACE: SLEPT FOR: 0 -11-19-2024 18:02:09: SVR: Test running in servlet vehicle failed -Nov 19, 2024 6:02:09 PM org.jboss.arquillian.container.test.impl.MapObject populate -WARNING: Configuration contain properties not supported by the backing object tck.arquillian.protocol.javatest.JavaTestProtocolConfiguration -Unused property entries: {clientDir=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck, unpackClientEar=true, clientEarDir=target/appclient, clientTimeout=20000, runAsVehicle=true, runClient=true} -Supported property names: [tsJteFile, trace, fork, tsSqlStmtFile, workDir] -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Base class: com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, vehicle: servlet -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Read in ts.jte file: /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property db.dml.file -> derby.dml.file to derby/derby.dml.sql -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.server -> mailHost to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property javamail.username -> mailuser1 to -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.user -> user1 to ${derby.user} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property jstl.db.password -> password1 to ${derby.passwd} -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property log.file.location -> vi.log.file.location to ${vi.domain}/logs -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property ts_home -> ts.home to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/ -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property user1 -> derby.user to cts1 -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: Setting property webServerHost -> orb.host to localhost -Nov 19, 2024 6:02:09 PM tck.arquillian.protocol.common.TsTestPropsBuilder runArgs -INFO: {harness.socket.retry.count=10, logical.hostname.servlet=server, harness.temp.directory=${ts.home}/tmp, whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md, porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, javamail.protocol=imap, whitebox-tx=java:comp/env/eis/whitebox-tx, porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection, log.file.location=${vi.domain}/logs, password=j2ee, porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment, porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM, db.supports.sequence=true, varbinarySize=48, sigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming, porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext, DriverManager=no, authuser=javajoe, jstl.db.user=${derby.user}, securedWebServicePort=1044, binarySize=24, whitebox-multianno=java:comp/env/eis/whitebox-multianno, cofSize=5, javamail.mailbox=test1, finder=cts, authpassword=javajoe, work.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWork, variable.mapper=org.glassfish.expressly.lang.VariableMapperImpl, imap.port=143, ftable=ctstable2, whitebox-xa=java:comp/env/eis/whitebox-xa, whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete, harness.log.delayseconds=0, mailuser1=, harness.log.traceflag=true, transport_protocol=smtp, org.omg.CORBA.ORBClass=foo, javamail.root.path="", whitebox-notx-param=java:comp/env/eis/whitebox-notx-param, jms_timeout=10000, test_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1, rauser1=cts1, whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode, javamail.server=, db.dml.file=derby/derby.dml.sql, java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, Driver=DriverOnlyUsedIfDriverManagerIsYes, rauser2=cts2, harness.log.port=2000, ws_wait=5, vehicle=servlet, whitebox-notx=java:comp/env/eis/whitebox-notx, javamail.username=, smtp.port=25, jdbc.db=derby, iofile=MailIOFile.txt, porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL, porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL, webServerPort=8080, user1=cts1, porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, cofTypeSize=5, platform.mode=jakartaEE, vehicle_archive_name=xa_workmgt_servlet_vehicle, ts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/, whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd, porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin, whitebox-xa-param=java:comp/env/eis/whitebox-xa-param, service_eetest.vehicles=servlet, javamail.password=, jstl.db.password=${derby.passwd}, ptable=ctstable1, rapassword2=cts2, db1=db1OnlyUsedIfDriverManagerIsYes, whitebox-tx-param=java:comp/env/eis/whitebox-tx-param, longvarbinarySize=50, db2=db1OnlyUsedIfDriverManagerIsYes, user=j2ee, rapassword1=cts1, webServerHost=localhost} -11-19-2024 18:02:09: TRACE: Check if called from within test process, inTestHarness= true -11-19-2024 18:02:09: TRACE: in ServiceEETest.run(), this URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient URL is: file:/home/g/.m2/repository/jakarta/tck/common/11.0.0-SNAPSHOT/common-11.0.0-SNAPSHOT.jar -11-19-2024 18:02:09: TRACE: VehicleClient class check if is vehicle class = yes, is a com.sun.ts.tests.common.vehicle.VehicleClient -11-19-2024 18:02:09: TRACE: in ServiceEETest.run() method -11-19-2024 18:02:09: TRACE: Vehicle to be used for this test is: servlet -11-19-2024 18:02:09: Opened connection to http://localhost:8080/xa_workmgt_servlet_vehicle_web/servlet_vehicle -11-19-2024 18:02:09: TRACE: got outputstream -11-19-2024 18:02:09: TRACE: wrote objects to the servlet vehicle -11-19-2024 18:02:09: SVR-TRACE: In doPost -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - In doGet -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - got InputStream -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - read Objects -11-19-2024 18:02:09: SVR-TRACE: Remote logging set for Servlet Vehicle -11-19-2024 18:02:09: SVR-TRACE: ServletVehicle - Here are the props -11-19-2024 18:02:09: SVR-TRACE: --- Property Listing ---nullChar_Fn_Query=SELECT {FN CHAR(NUMCOL)} FROM ctstable3nullVarchar_Tab_Null_Update=update Varchar_Tab set NULL_VAL=?nullsmtp.port=25nullDEPLOY_longPKTable_Select_PK=select KEY_ID from Deploy_Tab3 where KEY_ID = ?nullSelect_Jstl_Tab1_MultiParam_Query=SELECT idNum, firstName, lastName from jstl_tab1 where idNum= ? and lastName = ?nullBigint_Query_Null=Select NULL_VAL from Bigint_TabnullBit_Tab_Max_Update=update Bit_Tab set MAX_VAL=?nullInsert_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (1, {d '1961-08-30'}, 'Clark', 'Kent', 1, 4.5)nullXa_Tab1_Select=select * from Xa_Tab1nullWeek_Fn_Query=SELECT {FN WEEK(DATECOL)} FROM ctstable3nulljavamail.root.path=""nullDEPLOY_intPKTable_Insert=insert into Deploy_Tab1 values(?, ?, ?)nulljstl.db.user=${derby.user}nullDayofyear_Fn_Query=SELECT {FN DAYOFYEAR(DATECOL)} FROM ctstable3nullharness.log.port=2000nullAbs_Fn_Query=SELECT {FN ABS(NUMCOL)} FROM ctstable3nullSEC_Tab1_Delete=delete from SEC_Tab1nullLength_Fn_Query=SELECT {FN LENGTH(STRING1)} FROM ctstable3nullFloat_Tab_Min_Update=update Float_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_select_price=select PRICE from Coffee_FloatPK_Table where KEY_ID = ?nullCOFFEE_LONG_PK_delete=delete from Coffee_LongPK_Table where KEY_ID = ?nullBigint_Tab_Insert=insert into Bigint_Tab values(9223372036854775807,-9223372036854775808,null)nullEscape_Seq_ChkQuery=select count(*) from ctstable2nullXa_Tab2_insert_init=insert into Xa_Tab2 values (1, 'Table2 Line one ', '2.0' )nullDEPLOY_intPKTable_Update=update Deploy_Tab1 set PRICE = ? where KEY_ID = ?nullNumeric_Query_Null=Select NULL_VAL from Numeric_Tabnulllogical.hostname.servlet=servernullTimestampdiffsecond_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_LONG_PK_delete_all=delete from Coffee_LongPK_TablenullTinyint_Query_Min=Select MIN_VAL from Tinyint_TabnullUpdate_Jstl_Tab2_Using_Param_Query=UPDATE jstl_tab2 SET lastName= ? WHERE idNum = ?nullDbschema_Tab1_Insert=insert into ctstable2 values(?, ?, ?, ?)nullCOFFEE_insert=insert into Coffee_Table values(?, ?, ?)nullFloat_Query_Min=Select MIN_VAL from Float_TabnullTimestampdiffminute_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MINUTE,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select_price=select PRICE from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSmallint_Query_Null=Select NULL_VAL from Smallint_TabnullAcos_Fn_Query=SELECT {FN ACOS(FLOATCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price_range=select KEY_ID from Coffee_Table where PRICE >= ? and PRICE <= ?nullReal_Tab_Delete=delete from Real_TabnullDEPLOY_longPKTable_Cleanup=delete from Deploy_Tab3nullFloat_Tab_Insert=insert into Float_Tab values(3.4028235E37,1.4E-45,null)nullharness.socket.retry.count=10nullSelCoffeeNull=select * from ctstable2 where TYPE_ID=0nullNumeric_Tab_Insert=insert into Numeric_Tab values(999999999999999,0.000000000000001, null)nullLongvarchar_Tab_Name_Update=update Longvarchar_Tab set COFFEE_NAME=?nullSmallint_Tab_Null_Update=update Smallint_Tab set NULL_VAL=?nullCot_Fn_Query=SELECT {FN COT(FLOATCOL)} FROM ctstable3nullDriver=DriverOnlyUsedIfDriverManagerIsYesnullCOFFEE_select_pk_by_pk_range=select KEY_ID from Coffee_Table where KEY_ID >= ? and KEY_ID <= ?nullSmallint_Tab_Insert=insert into Smallint_Tab values(32767,-32768,null)nulltransport_protocol=smtpnullXa_Tab1_Delete1=delete from Xa_Tab1 where col1 = ?nullRound_Fn_Query=SELECT {FN ROUND(FLOATCOL,2)} FROM ctstable3nullIntegration_Select_All=select * from Integration_TabnullTime_Tab_Null_Update=update Time_Tab set NULL_VAL=?nullTimestampdiffday_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_DAY,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_compoundPKTable_Update=update Deploy_Tab5 set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullSel_Coffee_Tab=select PRICE from ctstable2 where KEY_ID>4nullInsert_Jstl_Tab2_Null_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, null)nullSelect_Jstl_Tab1_OneRow_Query=SELECT * FROM jstl_tab1 where idNum = 1nullRand_Fn_Query=SELECT {FN RAND(NUMCOL)} FROM ctstable3nullBB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullservice_eetest.vehicles=servletnullBB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullSEC_Select6=select PRICE from SEC_Tab1 where KEY_ID = ?nullBB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullJTA_Tab1_Select1=select KEY_ID, COF_NAME, PRICE FROM JTA_Tab1 where KEY_ID = ?nullSEC_Select5=select KEY_ID from SEC_Tab1 where KEY_ID >= ? and KEY_ID <= ?nullBB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullSEC_Select4=select KEY_ID from SEC_Tab1 where PRICE >= ? and PRICE <= ?nullIntegration_Insert=insert into Integration_Tab values(?, ?)nullBB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullTime_Tab_Delete=delete from Time_TabnullDecimal_Query_Max=Select MAX_VAL from Decimal_TabnullSEC_Select3=select KEY_ID from SEC_Tab1 where PRICE = ?nullBB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullSEC_Select2=select KEY_ID from SEC_Tab1 where BRAND = ?nullCoffee_Proc1_Delete=Drop procedure Coffee_Proc1nullporting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURLnullSEC_Select1=select KEY_ID from SEC_Tab1 where KEY_ID = ?nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullIntegration_Select_Account=select * from Integration_Tab WHERE ACCOUNT = ?nullChar_Tab_Null_Update=update Char_Tab set NULL_VAL=?nullTinyint_Tab_Null_Update=update Tinyint_Tab set NULL_VAL=?nullDouble_Tab_Insert=insert into Double_Tab values(1.0E125,1.0E-130,null)nullwebServerPort=8080nullCOFFEE_COMPOUND_PK_insert=insert into Coffee_CompoundPK_Table values(?, ?, ?, ?, ?)nullmailuser1=nullDecimal_Tab_Insert=insert into Decimal_Tab values(999999999999999,0.000000000000001, null)nullCoffee_UpdTab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullpassword=j2eenullLongvarbinary_Tab_Delete=delete from Longvarbinary_TabnullTimestamp_Tab_Insert=insert into Timestamp_Tab values({ts '1999-12-31 12:59:59'}, null)nullporting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVMnullporting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentnullSpace_Fn_Query=SELECT {FN SPACE(5)} FROM ctstable3nullQuarter_Fn_Query=SELECT {FN QUARTER(DATECOL)} FROM ctstable3nullVarchar_Tab_Delete=delete from Varchar_TabnullTrial_String=TrialSettingnullIntegration_Sec_Tab_Delete=delete from Integration_Sec_TabnullDEPLOY_strPKTable_Insert=insert into Deploy_Tab2 values(?, ?, ?)nullSin_Fn_Query=SELECT {FN SIN(0)} FROM ctstable3nullTinyint_Query_Null=Select NULL_VAL from Tinyint_TabnullDateTime_Long_Val2=-86400001nullUpd_Coffee_Tab=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=1nullDateTime_Long_Val1=86400001nullDouble_Query_Max=Select MAX_VAL from Double_TabnullCOFFEE_FLOAT_PK_update_price=update Coffee_FloatPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Select=select * from JTA_Tab1nullDEPLOY_intPKTable_Delete=delete from Deploy_Tab1 where KEY_ID = ?nullTxBean_update4=update TxBean_Tab2 set PRICE = ? where KEY_ID = ?nullReal_Query_Null=Select NULL_VAL from Real_TabnullTxBean_update3=update TxBean_Tab1 set PRICE = ? where KEY_ID = ?nullTxBean_update2=update TxBean_Tab2 set TABTWO_NAME = ? where KEY_ID = ?nullCurdate_Fn_Query=SELECT {FN CURDATE()} FROM ctstable3nullTxBean_update1=update TxBean_Tab1 set TABONE_NAME = ? where KEY_ID = ?nullPi_Fn_Query=SELECT {FN PI()} FROM ctstable3nullUser_Fn_Query=SELECT {FN USER()} FROM ctstable3nullXa_Tab2_insert2=insert into Xa_Tab2 values (3, 'Table2 Line three ', '222.0' )nullUpdate_numeric_tab=update Numeric_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnullXa_Tab2_insert1=insert into Xa_Tab2 values (2, 'Table2 Line two ', '22.0' )nullYear_Fn_Query=SELECT {FN YEAR(DATECOL)} FROM ctstable3nullBigint_Tab_Delete=delete from Bigint_TabnullTinyint_Tab_Insert=insert into Tinyint_Tab values(127,0,null)nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullDEPLOY_compoundPKTable_Cleanup=delete from Deploy_Tab5nullDecimal_Tab_Max_Update=update Decimal_Tab set MAX_VAL=?nullDEPLOY_floatPKTable_Select_Price=select PRICE from Deploy_Tab4 where KEY_ID = ?nullDbschema_Tab1_Delete=delete from ctstable2nullReal_Tab_Insert=insert into Real_Tab values(3.402E38,1.4E-37, null)nullTimestampaddday_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_DAY,2,TSCOL1)} FROM ctstable3nullTimestampdiffhour_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_HOUR,TSCOL1,TSCOL2)} FROM ctstable3nullCOFFEE_delete=delete from Coffee_Table where KEY_ID = ?nullCOFFEE_select_price=select PRICE from Coffee_Table where KEY_ID = ?nullBigint_Tab_Max_Update=update Bigint_Tab set MAX_VAL=?nullTxBean_query4=select KEY_ID, TABTWO_NAME, PRICE from TxBean_Tab2 where KEY_ID = ?nullTxBean_query3=select KEY_ID, TABONE_NAME, PRICE from TxBean_Tab1 where KEY_ID = ?nullTxBean_query2=select * from TxBean_Tab2nullTxBean_query1=select * from TxBean_Tab1nullFailed_Insert_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, '1992-02-03'}, NULL,NULL, 2, 4.5)nullInsert2_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (2, {d '1980-12-30'}, 'Fred', 'Flinstone', 2, 4.5)nullIntegration_Insert5=insert into Integration_Tab values(387, 1000000.0)nullFloat_Tab_Delete=delete from Float_TabnullIntegration_Insert4=insert into Integration_Tab values(30564, 25000.0)nullDEPLOY_intPKTable_Cleanup=delete from Deploy_Tab1nullIntegration_Insert3=insert into Integration_Tab values(40, 200.50)nullIntegration_Insert2=insert into Integration_Tab values(1075, 10490.75)nullIntegration_Insert1=insert into Integration_Tab values(1000, 50000.0)nullFnschema_Tab1_Insert=INSERT INTO ctstable3 VALUES ('Java',' HotJava ','JAVA',100,0.5,{d '1993-07-13'},{t '10:30:55'},{ts '1996-05-10 10:07:04'},{ts '1996-05-10 10:07:05'})nulljavamail.mailbox=test1nullNumeric_Tab_Delete=delete from Numeric_TabnullReal_Query_Min=Select MIN_VAL from Real_Tabnulljavamail.protocol=imapnullDEPLOY_compoundPKTable_Select_Price=select PRICE from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullDEPLOY_floatPKTable_Insert=insert into Deploy_Tab4 values(?, ?, ?)nullUcase_Fn_Query=SELECT {FN UCASE(STRING1)} FROM ctstable3nullporting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword2=cts2nullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullrapassword1=cts1nullSelCoffeeAll=SELECT COF_NAME, PRICE FROM ctstable2nullsecuredWebServicePort=1044nullRight_Oj_Query=SELECT * FROM {OJ ctstable3 RIGHT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullSmallint_Tab_Delete=delete from Smallint_TabnullCoffeeTab_Delete=delete from ctstable2 where KEY_ID=?nullMax_Set_Val=10nullVarchar_Query_Null=Select NULL_VAL from Varchar_TabnullJTA_Tab1_Update2=update JTA_Tab1 set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Update1=update JTA_Tab1 set COF_NAME = ? where KEY_ID = ?nullCOFFEE_FLOAT_PK_insert=insert into Coffee_FloatPK_Table values(?, ?, ?)nullNow_Fn_Query=SELECT {FN NOW()} FROM ctstable3nullBB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullSEC_Update1=update SEC_Tab1 set PRICE = ? where KEY_ID = ?nullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonullIntegration_Tab_Delete=delete from Integration_TabnullDEPLOY_longPKTable_Insert=insert into Deploy_Tab3 values(?, ?, ?)nullRight_Fn_Query=SELECT {FN RIGHT(STRING1,3)} FROM ctstable3nullSelect_Jstl_Tab3_Date_Query=SELECT * from jstl_tab3 where aDate= ?nullRtrim_Fn_Query=SELECT {FN RTRIM(STRING2)} FROM ctstable3nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullCOFFEE_STRING_PK_delete_all=delete from Coffee_StringPK_TablenullTimestampaddmonth_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MONTH,2,TSCOL1)} FROM ctstable3nullNumeric_Query_Min=Select MIN_VAL from Numeric_TabnullDouble_Tab_Delete=delete from Double_TabnullLeft_Fn_Query=SELECT {FN LEFT(STRING1,2)} FROM ctstable3nullLongvarbinary_Tab_Insert=insert into Longvarbinary_Tab values(null)nullSubstring_Fn_Query=SELECT {FN SUBSTR(STRING2,2,3)} FROM ctstable3nullIntegration_Sec_Tab_Select5=select LINE_NO from Integration_Sec_Tab where LOG_NO = ? and LINE_NO= ?nullIntegration_Sec_Tab_Select4=select LOG_NO from Integration_Sec_Tab where MESSAGE = ? and LINE_NO = ?nullDEPLOY_strPKTable_Select_PK=select KEY_ID from Deploy_Tab2 where KEY_ID = ?nullXa_Tab1_query=select col1 from Xa_Tab1 order by col1nullIntegration_Sec_Tab_Select3=select MAX(LOG_NO) FROM Integration_Sec_Tabnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullVarchar_Query_Name=Select COFFEE_NAME from Varchar_TabnullIntegration_Sec_Tab_Select2=select MESSAGE FROM Integration_Sec_Tab where LOG_NO = ? and LINE_NO = ?nullCOFFEE_COMPOUND_PK_delete=delete from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullLog10_Fn_Query=SELECT {FN LOG10(NUMCOL)} FROM ctstable3nullIntegration_Sec_Tab_Select1=select MESSAGE, LINE_NO from Integration_Sec_Tab where LOG_NO = ? and not( LINE_NO= ? ) order by LINE_NOnullBB_Tab_Delete=delete from BB_Tabnulluser=j2eenullDEPLOY_longPKTable_Update=update Deploy_Tab3 set PRICE = ? where KEY_ID = ?nullTimestampaddyear_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_YEAR,2,TSCOL1)} FROM ctstable3nullDecimal_Tab_Delete=delete from Decimal_TabnullError_Query=select * fromnullExp_Fn_Query=SELECT {FN EXP(FLOATCOL)} FROM ctstable3nullTinyint_Tab_Max_Update=update Tinyint_Tab set MAX_VAL=?nullTimestamp_Tab_Delete=delete from Timestamp_TabnullInteger_Tab_Min_Update=update Integer_Tab set MIN_VAL=?nullLtrim_Fn_Query=SELECT {FN LTRIM(STRING2)} FROM ctstable3nullBit_Query_Null=Select NULL_VAL from Bit_TabnullDelete_Jstl_Tab2_Using_Param_Query=DELETE FROM jstl_tab2 where idNum = ?nullXa_Tab1_Insert=insert into Xa_Tab1 values(?, ?, ?)nullCoffee_Proc1=create procedure Coffee_Proc1(keyid in Numeric) as begin update ctstable2 set KEY_ID=keyid,COF_NAME = 'Continue-1' where KEY_ID=1;end;nullTime_Tab_Brktime_Update=update Time_Tab set BRK_TIME=?nullTxBean_insert2=insert into TxBean_Tab2 values(?, ?, ?)nulljava.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactorynullDEPLOY_strPKTable_Delete=delete from Deploy_Tab2 where KEY_ID = ?nullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullTranSize_DataTrunc=50nullTxBean_insert1=insert into TxBean_Tab1 values(?, ?, ?)nullcofSize=5nulldb.supports.sequence=truenullLongvarchar_Tab_Null_Update=update Longvarcharnull_Tab set NULL_VAL=?nullTimestampaddhour_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_HOUR,2,TSCOL1)} FROM ctstable3nullTimestampdifffrac_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND,TSCOL1,TSCOL2)} FROM ctstable3nullDEPLOY_floatPKTable_Select_PK=select KEY_ID from Deploy_Tab4 where KEY_ID = ?nullDel_Coffee_Tab=delete from ctstable2 where KEY_ID=9nullTSEIS_insert_init=1nullFloat_Query_Null=Select NULL_VAL from Float_TabnullDayname_Fn_Query=SELECT {FN DAYNAME(DATECOL)} FROM ctstable3nullSmallint_Tab_Min_Update=update Smallint_Tab set MIN_VAL=?nullInsert_Jstl_Tab3_Timestamp_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, ?)nullCoffee_Updcount_Query=select count(*) from ctstable2 where TYPE_ID=1nullInsert_Jstl_Tab3_Date_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, ?, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBit_Tab_Insert=insert into Bit_Tab values(true,false,null)nullharness.temp.directory=${ts.home}/tmpnullCOFFEE_update_price=update Coffee_Table set PRICE = ? where KEY_ID = ?nullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnullplatform.mode=jakartaEEnullCOFFEE_BB_Tab_Delete=delete from BB_TabnullLongvarcharnull_Tab_Insert=insert into Longvarcharnull_Tab values(null)nullTinyint_Tab_Delete=delete from Tinyint_TabnullSQLState_BatUpdExec=S100nullTinyint_Query_Max=Select MAX_VAL from Tinyint_TabnullDEPLOY_floatPKTable_Cleanup=delete from Deploy_Tab4nullFloat_Query_Max=Select MAX_VAL from Float_TabnullDriverManager=nonullDouble_Tab_Min_Update=update Double_Tab set MIN_VAL=?nullCOFFEE_FLOAT_PK_delete_all=delete from Coffee_FloatPK_TablenullCoffee_InsTab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullCOFFEE_select_pk_by_name=select KEY_ID from Coffee_Table where BRAND_NAME = ?nullDEPLOY_compoundPKTable_Insert=insert into Deploy_Tab5 values(?, ?, ?, ?, ?)nullFloat_Tab_Max_Update=update Float_Tab set MAX_VAL=?nullJTA_Delete2=delete from JTA_Tab2 where KEY_ID = ?nullJTA_Delete1=delete from JTA_Tab1 where KEY_ID = ?nullFnschema_Tab1_Delete=delete from ctstable3nullVarbinary_Tab_Val_Update=update Varbinary_Tab set VARBINARY_VAL=?nullCOFFEE_BB_Select6=select PRICE from BB_Tab where KEY_ID = ?nullDateTime_Str_Val2=1969-12-30 23:59:59.999nullCOFFEE_BB_Select5=select KEY_ID from BB_Tab where KEY_ID >= ? and KEY_ID <= ?nullDateTime_Str_Val1=1970-01-02 00:00:00.001nullCOFFEE_BB_Select4=select KEY_ID from BB_Tab where PRICE >= ? and PRICE <= ?nullDouble_Query_Null=Select NULL_VAL from Double_TabnullCOFFEE_BB_Select3=select KEY_ID from BB_Tab where PRICE = ?nullCOFFEE_BB_Select2=select KEY_ID from BB_Tab where BRAND_NAME = ?nullCOFFEE_BB_Select1=select KEY_ID from BB_Tab where KEY_ID = ?nullDEPLOY_floatPKTable_Delete=delete from Deploy_Tab4 where KEY_ID = ?nullDouble_Tab_Null_Update=update Double_Tab set NULL_VAL=?nullCOFFEE_delete_all=delete from Coffee_TablenullInsert_Jstl_Tab3_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, {t '20:20:20'}, {ts '2001-08-30 20:20:20'})nullBB_Insert1=insert into BB_Tab values(?, ?, ?)nullSEC_Insert1=insert into SEC_Tab1 values(?, ?, ?)nullDecimal_Query_Null=Select NULL_VAL from Decimal_TabnullTimestamp_Query_Null=Select NULL_VAL from Timestamp_TabnullDbschema_Tab2_Insert=insert into ctstable1 values(?, ?)nullRadians_Fn_Query=SELECT {FN RADIANS(NUMCOL)} FROM ctstable3nullCoffeeTab_Continue4=update ctstable2 set KEY_ID=2,COF_NAME = 'Continue-3' where COF_NAME='COFFEE-2'nulltestName=testWorkManagerImplementaionnullCoffeeTab_Continue3=update ctstable2 set KEY_ID=1 ,COF_NAME = 'Invalid' where COF_NAME='COFFEE-3'nullCOFFEE_FLOAT_PK_delete=delete from Coffee_FloatPK_Table where KEY_ID = ?nullCoffeeTab_Continue2=update ctstable2 set KEY_ID=1,COF_NAME = 'Continue-1' where COF_NAME='COFFEE-1'nullAtan_Fn_Query=SELECT {FN ATAN(FLOATCOL)} FROM ctstable3nullCoffeeTab_Continue1=update ctstable2 set KEY_ID=?, COF_NAME=? where COF_NAME=?nullDEPLOY_longPKTable_Delete=delete from Deploy_Tab3 where KEY_ID = ?nullBatchUpdate_Delete=delete from ctstable2nullReal_Tab_Null_Update=update Real_Tab set NULL_VAL=?nullBit_Query_Min=Select MIN_VAL from Bit_TabnullLcase_Fn_Query=SELECT {FN LCASE(STRING1)} FROM ctstable3nullIns_Coffee_Tab=insert into ctstable2 values (9,'COFFEE-9',9.0,5)nullSelect_NoRows_Query=SELECT * FROM jstl_tab1 WHERE idNum = -9999nullTimestampaddfrac_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_FRAC_SECOND,2,TSCOL1)} FROM ctstable3nullDEPLOY_strPKTable_Cleanup=delete from Deploy_Tab2nullTSEIS_insert2=3nullVarchar_Tab_Name_Update=update Varchar_Tab set COFFEE_NAME=?nullIndex_DataTrunc=1nullTSEIS_insert1=2nullSelect_Jstl_Tab1_Using_Param_Query=SELECT * FROM jstl_tab1 WHERE idNum = ?nullCoffee_SelTab=select PRICE from ctstable2 where KEY_ID>4nullCOFFEE_COMPOUND_PK_delete_all=delete from Coffee_CompoundPK_TablenullSmallint_Query_Min=Select MIN_VAL from Smallint_TabnullTruncate_Fn_Query=SELECT {FN TRUNCATE(FLOATCOL,1)} FROM ctstable3nullUpdate_char_tab2=update Char_Tab set COFFEE_NAME=0, NULL_VAL=nullnullLongvarchar_Query_Null=Select NULL_VAL from Longvarcharnull_TabnullUpdate_char_tab1=update Char_Tab set COFFEE_NAME=1, NULL_VAL=nullnullXa_Tab1_Delete=delete from Xa_Tab1nullimap.port=143nullParam_DataTrunc=truenullDecimal_Tab_Null_Update=update Decimal_Tab set NULL_VAL=?nullCeiling_Fn_Query=SELECT {FN CEILING(NUMCOL)} FROM ctstable3nullCOFFEE_select_pk_by_price=select KEY_ID from Coffee_Table where PRICE = ?nullJTA_Tab1_Insert=insert into JTA_Tab1 values(?, ?, ?)nullIfnull_Fn_Query=SELECT {FN IFNULL(STRING1,100)} FROM ctstable3nullSelect_Jstl_Tab3_Time_Query=SELECT * from jstl_tab3 where aTime= ?nullLongvarchar_Query_Name=Select COFFEE_NAME from Longvarchar_TabnullLongvarbinary_Query_Val=Select LONGVARBINARY_VAL from Longvarbinary_Tabnullrauser2=cts2nullLongvarchar_Tab_Insert=insert into Longvarchar_Tab values('Test Coffee')nullrauser1=cts1nullBit_Tab_Delete=delete from Bit_TabnullSelect_Jstl_Tab2_Using_Param_Query=SELECT idNum, lastName FROM jstl_tab2 WHERE idNum = ?nullSoundex_Fn_Query=SELECT {FN SOUNDEX(STRING1)} FROM ctstable3nullCoffee_Delcount_Query=select count(*) from ctstable2 where KEY_ID=2nullporting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullDelete_Jstl_Tab3_AllRows_Query=DELETE FROM jstl_tab3nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContextnullCos_Fn_Query=SELECT {FN COS(FLOATCOL)} FROM ctstable3nullLongvarcharnull_Tab_Delete=delete from Longvarcharnull_TabnullTimestampaddquarter_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_QUARTER,2,TSCOL1)} FROM ctstable3nullInsert_Jstl_Tab3_Null_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(99, null, null, null)nullCOFFEE_STRING_PK_select=select KEY_ID from Coffee_StringPK_Table where KEY_ID = ?nullBatchUpdate_Query=select count(*) from ctstable2 where TYPE_ID=?nullCOFFEE_STRING_PK_insert=insert into Coffee_StringPK_Table values(?, ?, ?)nullptable=ctstable1nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullInteger_Query_Min=Select MIN_VAL from Integer_Tabnullfinder=ctsnullDegrees_Fn_Query=SELECT {FN DEGREES(NUMCOL)} FROM ctstable3nullHour_Fn_Query=SELECT {FN HOUR(TIMECOL)} FROM ctstable3nullBinary_Query_Val=Select BINARY_VAL from Binary_TabnullXa_Tab2_Delete=delete from Xa_Tab2nullNumeric_Tab_Null_Update=update Numeric_Tab set NULL_VAL=?nullBatchInsert_String=insert into ctstable2 values(?,?,?,?)nullJTA_Tab2_Select1=select KEY_ID, CHOC_NAME, PRICE FROM JTA_Tab2 where KEY_ID = ?nullReal_Tab_Min_Update=update Real_Tab set MIN_VAL=?nullDayofweek_Fn_Query=SELECT {FN DAYOFWEEK(DATECOL)} FROM ctstable3nullJTA_Tab2_Select=select * from JTA_Tab2nullBigint_Query_Min=Select MIN_VAL from Bigint_TabnullDEPLOY_compoundPKTable_Delete=delete from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullCOFFEE_STRING_PK_select_price=select PRICE from Coffee_StringPK_Table where KEY_ID = ?nullReal_Query_Max=Select MAX_VAL from Real_TabnullSimple_Select_Query=SELECT * FROM jstl_tab1nullBigint_Tab_Null_Update=update Bigint_Tab set NULL_VAL=?nullCOFFEE_BB_Update1=update BB_Tab set PRICE = ? where KEY_ID = ?nullInsert_Jstl_Tab3_Time_Query=INSERT INTO jstl_tab3(idNum, aDate, aTime, aTimestamp) VALUES(1, {d '2001-08-30'}, ?, {ts '2001-08-30 20:20:20'})nullauthpassword=javajoenullJDBCLogstream_Message=Hello WorldnullFloor_Fn_Query=SELECT {FN FLOOR(FLOATCOL)} FROM ctstable3nullInsert_Jstl_Tab2_NullParam_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (5, {d '1970-07-04'}, 'Peter', 'Parker', 5, ?)nullDEPLOY_intPKTable_Select_Price=select PRICE from Deploy_Tab1 where KEY_ID = ?nullInsert4_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (4, {d '1990-03-15'}, 'Bruce', 'Wayne', 3, 4.5)nullDbschema_Tab2_Delete=delete from ctstable1nullTxEBean_updateString3=update TxEBean_Tab set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullCOFFEE_LONG_PK_select=select KEY_ID from Coffee_LongPK_Table where KEY_ID = ?nullDatabase_Fn_Query=SELECT {FN DATABASE()} FROM ctstable3nullTxEBean_updateString2=delete from TxEBean_Tab where KEY_ID = ?nullChar_Tab_Name_Update=update Char_Tab set COFFEE_NAME=?nullTxEBean_updateString1=insert into TxEBean_Tab values(?, ?, ?)nullTimestampaddsecond_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_SECOND,2,TSCOL1)} FROM ctstable3nullCoffee_DelTab=delete from ctstable2 where KEY_ID=2nullRef_Nano_Val2=1000000nullNumeric_Query_Max=Select MAX_VAL from Numeric_Tabnulljdbc.db=derbynullFnschema_Tab2_Insert=INSERT INTO ctstable4 VALUES ('STRING3',100)nullRef_Milli_Val=86400000nullVarbinary_Tab_Insert=insert into Varbinary_Tab values(null)nullMonth_Fn_Query=SELECT {FN MONTH(DATECOL)} FROM ctstable3nullInsert_Fn_Query=SELECT {FN INSERT(STRING1,2,4,STRING2)} FROM ctstable3nullTxBean_delete2=delete from TxBean_Tab2 where KEY_ID = ?nullTxBean_delete1=delete from TxBean_Tab1 where KEY_ID = ?nullIntegration_Update_Account=update Integration_Tab set BALANCE = ? where ACCOUNT = ?nullvehicle_archive_name=xa_workmgt_servlet_vehiclenullVarbinary_Query_Val=Select VARBINARY_VAL from Varbinary_TabnullRepeat_Fn_Query=SELECT {FN REPEAT(STRING1,3)} FROM ctstable3nullCoffee_Inscount_Query=select count(*) from ctstable2 where KEY_ID=9nullDate_Query_Mfg=Select MFG_DATE from Date_TabnullDate_Query_Null=Select NULL_VAL from Date_Tabnullharness.log.delayseconds=0nullCOFFEE_LONG_PK_update_price=update Coffee_LongPK_Table set PRICE = ? where KEY_ID = ?nullJTA_Tab1_Delete=delete from JTA_Tab1nullUpdate_decimal_tab=update Decimal_Tab set MAX_VAL=1.0, MIN_VAL=0.0, NULL_VAL=nullnulljavamail.password=nulljavamail.username=nullInteger_Tab_Max_Update=update Integer_Tab set MAX_VAL=?nullSelect_Jstl_Tab2_AllRows_Query=SELECT * from jstl_tab2nullReplace_Fn_Query=SELECT {FN REPLACE(STRING2,STRING1,STRING3)} FROM ctstable3nullLongvarchar_Tab_Delete=delete from Longvarchar_TabnullBit_Tab_Min_Update=update Bit_Tab set MIN_VAL=?nullDbschema_Concur_Insert=insert into concurrencetable values(?, ?)nullDate_Tab_Insert=insert into Date_Tab values({d '1999-05-05'}, null)nullTxEBean_queryStr1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullSqrt_Fn_Query=SELECT {FN SQRT(FLOATCOL)} FROM ctstable3nullRef_Nano_Val=999999999nullFull_Oj_Query=SELECT * FROM {OJ ctstable3 FULL OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nulljavamail.server=nullCOFFEE_STRING_PK_delete=delete from Coffee_StringPK_Table where KEY_ID = ?nullCOFFEE_STRING_PK_update_price=update Coffee_StringPK_Table set PRICE = ? where KEY_ID = ?nullInvalid_SQL_Query=This Will Fail on Any RDBMS I Hope!nullLog_Fn_Query=SELECT {FN LOG(NUMCOL)} FROM ctstable3nulldb2=db1OnlyUsedIfDriverManagerIsYesnulldb1=db1OnlyUsedIfDriverManagerIsYesnullJTA_Tab2_Update2=update JTA_Tab2 set PRICE = ? where KEY_ID = ?nullSmallint_Tab_Max_Update=update Smallint_Tab set MAX_VAL=?nullJTA_Tab2_Update1=update JTA_Tab2 set CHOC_NAME = ? where KEY_ID = ?nullCOFFEE_BB_Insert1=insert into BB_Tab values(?, ?, ?)nullSelect_Jstl_Tab1_By_Id_Query=SELECT * FROM jstl_tab1 ORDER BY idNumnullReason_BatUpdExec=MessagenullInteger_Query_Null=Select NULL_VAL from Integer_TabnullMod_Fn_Query=SELECT {FN MOD(NUMCOL,7)} FROM ctstable3nullBB_Delete1=delete from BB_Tab where KEY_ID = ?nullSEC_Delete1=delete from SEC_Tab1 where KEY_ID = ?nullTimestampdiffweek_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_WEEK,TSCOL1,TSCOL2)} FROM ctstable3nullBoolean_Tab_Insert=insert into Boolean_Tab values(true,false,null)nullTxBean_Tab1_Delete=delete from TxBean_Tab1nullMonthname_Fn_Query=SELECT {FN MONTHNAME(DATECOL)} FROM ctstable3nullorg.omg.CORBA.ORBClass=foonullInteger_Tab_Null_Update=update Integer_Tab set NULL_VAL=?nullUpdCoffee_Proc=create method alias UpdCoffee_Proc for com.sun.ts.lib.tests.jdbc.CS_Procs.UpdCoffee_ProcnullAsin_Fn_Query=SELECT {FN ASIN(FLOATCOL)} FROM ctstable3nullBinary_Tab_Val_Update=update Binary_Tab set BINARY_VAL=?nullChar_Query_Null=Select NULL_VAL from Char_TabnullDouble_Tab_Max_Update=update Double_Tab set MAX_VAL=?nullauthuser=javajoenullIntegration_Sec_Tab_Update=update Integration_Sec_Tab set MESSAGE= ? where LOG_NO = ? and LINE_NO = ?nullInteger_Tab_Insert=insert into Integer_Tab values(2147483647,-2147483648,null)nullCoffeeTab_Query=select COF_NAME,PRICE from ctstable2 where TYPE_ID=?nullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullwork.dir=/home/jenkins/agent/workspace/jakartaee-tck_master/JTWorknullTimestampdiffmonth_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_MONTH,TSCOL1,TSCOL2)} FROM ctstable3nullAscii_Fn_Query=SELECT {FN ASCII(STRING1)} FROM ctstable3nullChar_Query_Name=Select COFFEE_NAME from Char_TabnullIntialValue_BatUpdExec={1,1,1}nullCOFFEE_select=select BRAND_NAME, PRICE from Coffee_Table where KEY_ID = ?nullChar_Tab_Insert=insert into Char_Tab values('Test Coffee', null)nullBit_Query_Max=Select MAX_VAL from Bit_TabnullFnschema_Tab2_Delete=delete from ctstable4nullConcat_Fn_Query=SELECT {FN CONCAT(STRING1,STRING2)} FROM ctstable3nullVarbinary_Tab_Delete=delete from Varbinary_Tabnulldb.dml.file=derby/derby.dml.sqlnullBinary_Tab_Insert=insert into Binary_Tab values(null)nullPower_Fn_Query=SELECT {FN POWER(NUMCOL,2)} FROM ctstable3nullDataSize_DataTrunc=100nullDEPLOY_strPKTable_Select_Price=select PRICE from Deploy_Tab2 where KEY_ID = ?nullTxBean_Tab2_Delete=delete from TxBean_Tab2nullXa_Tab1_insert2=insert into Xa_Tab1 values (3, 'Table1 Line three ','111.0' )nullXa_Tab1_insert1=insert into Xa_Tab1 values (2, 'Table1 Line two ', '11.0' )nullIntegration_Delete_Account=delete from Integration_Tab where ACCOUNT = ?nullSelect_Jstl_Tab3_Timestamp_Query=SELECT * from jstl_tab3 where aTimestamp= ?nullharness.host=localhostnullCOFFEE_update=update Coffee_Table set BRAND_NAME = ?, PRICE = ? where KEY_ID = ?nullLongvarbinary_Tab_Val_Update=update Longvarbinary_Tab set LONGVARBINARY_VAL=?nullDTrunc_Ins_Coffee=insert into ctstable2 values (10,'kumarjadjsjdhsjhdjsjdajhdjasdsdsdsd',21.00,1)nullSmallint_Query_Max=Select MAX_VAL from Smallint_TabnullTimestamp_Tab_Null_Update=update Timestamp_Tab set NULL_VAL=?nullXa_Tab1_insert_init=insert into Xa_Tab1 values (1, 'Table1 Line one ', '1.0' )nullCoffeeTab_Select=select PRICE from ctstable2 where KEY_ID=?nullsigTestClasspath=${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/glassfish-corba-orb.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.websocket-client-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.namingnullVendorCode_BatUpdExec=10nullCOFFEE_LONG_PK_select_price=select PRICE from Coffee_LongPK_Table where KEY_ID = ?nullDecimal_Query_Min=Select MIN_VAL from Decimal_Tabnullts_home=/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/jakartaeetck/nullTimestampaddweek_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_WEEK,2,TSCOL1)} FROM ctstable3nullCoffeeTab_Update=update ctstable2 set PRICE=PRICE*20 where TYPE_ID=?nullporting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullwebServerHost=localhostnullDbschema_Concur_Delete=delete from concurrencetablenullDate_Tab_Delete=delete from Date_Tabnullporting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdminnullSecond_Fn_Query=SELECT {FN SECOND(TIMECOL)} FROM ctstable3nullCOFFEE_COMPOUND_PK_select=select KEY_ID1, KEY_ID2, KEY_ID3 from Coffee_CompoundPK_Table where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullvarbinarySize=48nullbinarySize=24nullDayofmonth_Fn_Query=SELECT {FN DAYOFMONTH(DATECOL)} FROM ctstable3nullConnectorTable_Insert=insert into Connector_Tab values(?, ?, ?)nullInteger_Query_Max=Select MAX_VAL from Integer_TabnullMinute_Fn_Query=SELECT {FN MINUTE(TIMECOL)} FROM ctstable3nullRead_DataTrunc=truenullJTA_Tab2_Insert=insert into JTA_Tab2 values(?, ?, ?)nullharness.log.traceflag=truenullBigint_Query_Max=Select MAX_VAL from Bigint_TabnullTimestamp_Query_In=Select IN_TIME from Timestamp_TabnullDecimal_Tab_Min_Update=update Decimal_Tab set MIN_VAL=?nullwhitebox-xa=java:comp/env/eis/whitebox-xanullDouble_Query_Min=Select MIN_VAL from Double_TabnullBigint_Tab_Min_Update=update Bigint_Tab set MIN_VAL=?nullIntegration_Sec_Tab_Delete2=delete FROM Integration_Sec_Tab where LOG_NO=? and not ( LINE_NO = ? )nullIntegration_Sec_Tab_Delete1=delete from Integration_Sec_Tab WHERE LOG_NO=?nullDelete_AllRows_Query=DELETE FROM jstl_tab2nullDifference_Fn_Query=SELECT {FN DIFFERENCE(STRING1,STRING2)} FROM ctstable3nullCoffeeTab_ContinueSelect1=Select count(*) from ctstable2 where COF_NAME in ('Continue-1')nullAtan2_Fn_Query=SELECT {FN ATAN2(FLOATCOL,FLOATCOL)} FROM ctstable3nullTan_Fn_Query=SELECT {FN TAN(FLOATCOL)} FROM ctstable3nullDelete_NoRows_Query=DELETE FROM jstl_tab2 WHERE idNum = -9999nullTimestampdiffyear_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_YEAR,TSCOL1,TSCOL2)} FROM ctstable3nullNumeric_Tab_Min_Update=update Numeric_Tab set MIN_VAL=?nullDEPLOY_intPKTable_Select_PK=select KEY_ID from Deploy_Tab1 where KEY_ID = ?nullCOFFEE_LONG_PK_insert=insert into Coffee_LongPK_Table values(?, ?, ?)nullDEPLOY_strPKTable_Update=update Deploy_Tab2 set PRICE = ? where KEY_ID = ?nullInteger_Tab_Delete=delete from Integer_Tabnulliofile=MailIOFile.txtnullXa_Tab2_query=select col1 from Xa_Tab2 order by col1nullReal_Tab_Max_Update=update Real_Tab set MAX_VAL=?nullTimestampdiffquarter_Fn_Query=SELECT {FN TIMESTAMPDIFF(SQL_TSI_QUARTER,TSCOL1,TSCOL2)} FROM ctstable3nulllongvarbinarySize=50nullLocate_Fn_Query=SELECT {FN LOCATE(STRING1,STRING2,2)} FROM ctstable3nullCOFFEE_COMPOUND_PK_update_price=update Coffee_CompoundPK_Table set PRICE = ? where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullInsert3_Row_Query=INSERT INTO jstl_tab2(idNum, dob, firstName, lastName, rank, rating) VALUES (3, {d '1961-01-01'}, 'Scooby', 'Doo', 4, 4.5)nullDEPLOY_longPKTable_Select_Price=select PRICE from Deploy_Tab3 where KEY_ID = ?nullBit_Tab_Null_Update=update Bit_Tab set NULL_VAL=?nullDate_Tab_Mfgdate_Update=update Date_Tab set MFG_DATE=?nullTimestampaddminute_Fn_Query=SELECT {FN TIMESTAMPADD(SQL_TSI_MINUTE,2,TSCOL1)} FROM ctstable3nullChar_Tab_Delete=delete from Char_Tabnullvehicle=servletnullDEPLOY_compoundPKTable_Select_PK=select KEY_ID1, KEY_ID2, KEY_ID3 from Deploy_Tab5 where KEY_ID1 = ? and KEY_ID2 = ? and KEY_ID3 = ?nullBinary_Tab_Delete=delete from Binary_TabnullNumeric_Tab_Max_Update=update Numeric_Tab set MAX_VAL=?nullTime_Query_Null=Select NULL_VAL from Time_TabnullTimestamp_Tab_Intime_Update=update Timestamp_Tab set IN_TIME=?nullftable=ctstable2nullvariable.mapper=org.glassfish.expressly.lang.VariableMapperImplnulllog.file.location=${vi.domain}/logsnullTinyint_Tab_Min_Update=update Tinyint_Tab set MIN_VAL=?nullcofTypeSize=5nullUpdate_varchar_tab2=update Varchar_Tab set COFFEE_NAME=0, NULL_VAL=nullnullUpdate_varchar_tab1=update Varchar_Tab set COFFEE_NAME=1, NULL_VAL=nullnullLeft_Oj_Query=SELECT * FROM {OJ ctstable3 LEFT OUTER JOIN ctstable4 ON ctstable3.NUMCOL=ctstable4.NUMCOL}nullTime_Tab_Insert=insert into Time_Tab values({t '12:59:59'}, null)nullCOFFEE_FLOAT_PK_select=select KEY_ID from Coffee_FloatPK_Table where KEY_ID = ?nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullFloat_Tab_Null_Update=update Float_Tab set NULL_VAL=?nullDEPLOY_floatPKTable_Update=update Deploy_Tab4 set PRICE = ? where KEY_ID = ?nullws_wait=5nullTxEBean_Delete=delete from TxEBean_TabnullCOFFEE_BB_Delete1=delete from BB_Tab where KEY_ID = ?nulljstl.db.password=${derby.passwd}nullSign_Fn_Query=SELECT {FN SIGN(NUMCOL)} FROM ctstable3nullTime_Query_Brk=Select BRK_TIME from Time_TabnullEscape_Seq_Query=select count(*) from ctstable2 where cof_name like '%-%' { escape '\' }nullwhitebox-tx=java:comp/env/eis/whitebox-txnullConnectorTable_Delete=delete from Connector_TabnullSelect_Jstl_Tab2_NullParam_Query=SELECT * FROM jstl_tab2 WHERE rank = ?nullDelete_Jstl_Tab2_MultiParam_Query=DELETE FROM jstl_tab2 where idNum = ? and lastName = ?nulluser1=cts1nullVarchar_Tab_Insert=insert into Varchar_Tab values('Test Coffee',null)nullTxEBean_selectString6=select PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString5=select BRAND_NAME from TxEBean_Tab where KEY_ID = ?nulljms_timeout=10000nullTxEBean_selectString4=select KEY_ID, BRAND_NAME, PRICE from TxEBean_Tab where KEY_ID = ?nullTxEBean_selectString3=select KEY_ID from TxEBean_Tab where PRICE = ?nullTxEBean_selectString2=select KEY_ID from TxEBean_Tab where BRAND_NAME = ?nullDate_Tab_Null_Update=update Date_Tab set NULL_VAL=?nullIntegration_Sec_Tab_Insert=insert into Integration_Sec_Tab values(?, ?, ?)nullTxEBean_selectString1=select KEY_ID from TxEBean_Tab where KEY_ID = ?nullJTA_Tab2_Delete=delete from JTA_Tab2null--- End Property Listing ---null -11-19-2024 18:02:09: SVR-TRACE: in ServiceEETest.run(), this URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: VehicleClient URL is: file:/home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/domains/domain1/applications/xa_workmgt_servlet_vehicle/xa_workmgt_servlet_vehicle_web_war/WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class -11-19-2024 18:02:09: SVR-TRACE: in custom vehicle so call on EETest. -11-19-2024 18:02:09: SVR-TRACE: *** in EETest.run(argv,p) -11-19-2024 18:02:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ** IN getRunMethod: testname=testWorkManagerImplementaion -11-19-2024 18:02:09: SVR-TRACE: ** GOT RUN METHOD! -11-19-2024 18:02:09: SVR-TRACE: **runmethod=testWorkManagerImplementaion -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: No setupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkManagerImplementaion_setup -11-19-2024 18:02:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method -11-19-2024 18:02:09: SVR-TRACE: GOT SETUP METHOD: setup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: No cleanupMethod annotation present -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkManagerImplementaion_cleanup -11-19-2024 18:02:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method -11-19-2024 18:02:09: SVR-TRACE: GOT CLEANUP METHOD: cleanup for com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! -11-19-2024 18:02:09: SVR: Using: java:comp/env/eis/whitebox-xa -11-19-2024 18:02:09: SVR-TRACE: INVOKED SETUP METHOD! -11-19-2024 18:02:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! -11-19-2024 18:02:09: SVR: Performing callback verification... -11-19-2024 18:02:09: SVR: Got RA log. -11-19-2024 18:02:09: SVR-TRACE: Got connection. -11-19-2024 18:02:09: SVR-TRACE: [LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, LocalTxManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, Rogue work throws WorkCompletedException, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, XAResourceAdapterImpl Constructor , WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkManager value returned 2, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, XAManagedConnectionFactory setResourceAdapter 1, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, cbTestAllCallbacksAndPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workStarted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, setupSecurityContext() called with non-null callbackHandler, WorkListenerImpl.workStarted, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workStarted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, cbTestCPCandGPC: callbacks handled., setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workCompleted(): count=1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, notifications test: workCompleted(): count=5, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceException(str) passed, ResourceAllocationException(str, throwable) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, SecurityException(null) passed, ResourceException.getErrorCode() passed, SecurityException(str) passed, SecurityException(str, str) passed, ResourceException(throwable) passed, SecurityException(throwable) passed, ResourceException(str, someThrowable) passed, SecurityException(str, throwable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, SharingViolationException(null) passed, LocalTransactionException(str) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, SharingViolationException(throwable) passed, LocalTransactionException(str, throwable) passed, SharingViolationException(str, throwable) passed, ResourceAdapterInternalException(null) passed, UnavailableException(null) passed, ResourceAdapterInternalException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, UnavailableException(null) passed, EISSystemException(str) passed, UnavailableException(str) passed, EISSystemException(str, str) passed, UnavailableException(str, str) passed, EISSystemException(throwable) passed, UnavailableException(throwable) passed, EISSystemException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, InvalidPropertyException(null) passed, WorkException(str) passed, InvalidPropertyException(str) passed, WorkException(str, str) passed, InvalidPropertyException(str, str) passed, WorkException(throwable) passed, InvalidPropertyException(throwable) passed, WorkException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, New Timer Provided by BootstrapContext, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, XATerminator is not null, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, Xid Committed, RetryableWorkRejectedException(throwable) passed, TransactionContext supported by Server., SecurityContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext supported by Server., HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, NoTxManagedConnectionFactory setResourceAdapter 1, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 1, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkManager value returned 1, WorkListenerImpl.workStarted, NestWork.constructor, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.run, WorkListenerImpl.workCompleted, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, NoTxManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workStarted, NestWork.constructor, WorkListenerImpl.workCompleted, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, XAManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, LocalTxActivationSpec setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, LocalTxMessageListener.workStarted, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, mdb not executed with proper SIC principal, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, EJBException thrown by Required, AppException thrown by Required, LocalTx MDB2 delivery is transacted, LocalTxActivationSpec setResourceAdapter 1, LocalTxMessageListener.workAccepted, LocalTxMessageListener.workStarted, LocalTxActivationSpec setResourceAdapter 1, LocalTx MessageEndpointFactory is Unique, LocalTx MessageEndpointFactory equals implemented correctly, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, LocalTx Unique MessageEndpoint returned, LocalTx MessageEndpoint interface implemented, LocalTx TSMessageListener interface implemented, LocalTx Message To MDB, LocalTxMessageXAResource1.start, LocalTxMessageXAResource1.end, LocalTxMessageXAResource1.commit, LocalTx MDB2 Transacted Message To MDB, mdb not executed with proper SIC principal, EJBException thrown by Required, LocalTx Non Transacted Message To MDB1, EJBException thrown by NotSupported, LocalTx MDB2 Transacted Message1, LocalTx MDB2 Transacted Message2, LocalTx MDB2 Transacted Message3, LocalTxMessageListener committed Xid, AppException thrown by NotSupported, LocalTx MDB1 delivery is not transacted, AppException thrown by Required, LocalTx MDB2 delivery is transacted, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] -11-19-2024 18:02:09: Test status from a servlet: 1:Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: SVR: Methods called correctly -11-19-2024 18:02:09: SVR: Performing end to end verification... -11-19-2024 18:02:09: SVR-TRACE: DBSupport.insertIntoTable(con) -11-19-2024 18:02:09: SVR: Exception inserting into table. -11-19-2024 18:02:09: SVR-ERROR: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null -11-19-2024 18:02:09: Test: returning from running in a servlet vehicle -11-19-2024 18:02:09: SVR-ERROR: Exception at: -11-19-2024 18:02:09: TRACE: SLEPT FOR: 0 -11-19-2024 18:02:09: SVR-ERROR: java.lang.Exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testWorkManagerImplementaion(workmgtClient1.java:156) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:569) - at com.sun.ts.lib.harness.EETest.run(EETest.java:602) - at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:127) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.runTest(ServletVehicle.java:124) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doGet(ServletVehicle.java:96) - at com.sun.ts.tests.common.vehicle.servlet.ServletVehicle.doPost(ServletVehicle.java:116) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) - at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1376) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) - at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) - at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) - at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) - at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) - at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) - at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) - at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) - at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) - at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) - at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) - at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) - at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) - at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) - at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) - at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) - at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) - at java.base/java.lang.Thread.run(Thread.java:840) -Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - at com.sun.ts.tests.common.connector.whitebox.TSEISConnection.insert(TSEISConnection.java:53) - at com.sun.ts.tests.connector.util.DBSupport.insertIntoTable(DBSupport.java:59) - at com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.testWorkManagerImplementaion(workmgtClient1.java:152) - ... 38 more - -11-19-2024 18:02:09: SVR: Cleanup -11-19-2024 18:02:09: SVR: Test running in servlet vehicle failed -[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 4.888 s <<< FAILURE! - in com.sun.ts.tests.connector.xa.workmgt.workmgtClient1ServletTest -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1ServletTest.testForUnsharedTimer Time elapsed: 0.019 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1ServletTest.testNestedWork Time elapsed: 0.013 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1ServletTest.testScheduleWork Time elapsed: 0.023 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1ServletTest.testScheduleWorkListener Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1ServletTest.testUnknownWorkDuration Time elapsed: 0.019 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1ServletTest.testWorkCompletedException Time elapsed: 0.017 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1ServletTest.testWorkListenerImplementation Time elapsed: 0.016 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -[ERROR] com.sun.ts.tests.connector.xa.workmgt.workmgtClient1ServletTest.testWorkManagerImplementaion Time elapsed: 0.014 s <<< ERROR! -java.lang.Exception: Test case throws exception: Cannot invoke "com.sun.ts.tests.common.connector.whitebox.TSConnection.insert(String, String)" because "con" is null - -Stopping container using command: [/usr/lib/jvm/java-17-openjdk-amd64/bin/java, -jar, /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/glassfish7/glassfish/modules/admin-cli.jar, stop-domain, -t] -Waiting finished after 100 ms. -[INFO] -[INFO] Results: -[INFO] -[ERROR] Errors:  -[ERROR]  annotationClientJspTest » Deployment Could not deploy annotations_jsp_vehicle.... -[ERROR]  annotationClientServletTest.testConnectorAnnotation » Test case throws except... -[ERROR]  connectionClient1JspTest.testGetConnection1 » Test case throws exception: Can... -[ERROR]  connectionClient1ServletTest.testGetConnection1 » Test case throws exception:... -[ERROR]  lifecycleClient1JspTest.testAssociationMCFandRA » Test case throws exception:... -[ERROR]  lifecycleClient1JspTest.testBootstrapforNull » Test case throws exception: Ca... -[ERROR]  lifecycleClient1JspTest.testInstantiationOfRA » Test case throws exception: C... -[ERROR]  lifecycleClient1JspTest.testMCFcalledOnce » Test case throws exception: Canno... -[ERROR]  lifecycleClient1JspTest.testRASharability » Test case throws exception: Canno... -[ERROR]  lifecycleClient1JspTest.testRAforJavaBean » Test case throws exception: Canno... -[ERROR]  lifecycleClient1ServletTest.testAssociationMCFandRA » Test case throws except... -[ERROR]  lifecycleClient1ServletTest.testBootstrapforNull » Test case throws exception... -[ERROR]  lifecycleClient1ServletTest.testInstantiationOfRA » Test case throws exceptio... -[ERROR]  lifecycleClient1ServletTest.testMCFcalledOnce » Test case throws exception: C... -[ERROR]  lifecycleClient1ServletTest.testRASharability » Test case throws exception: C... -[ERROR]  lifecycleClient1ServletTest.testRAforJavaBean » Test case throws exception: C... -[ERROR]  MDBClientJspTest » Deployment Could not deploy msginflow_mdb_jca.ear -[ERROR]  MDBClientServletTest » Deployment Could not deploy msginflow_mdb_jca.ear -[ERROR]  securityClient1JspTest.testAppEISSignon » Test case throws exception: Cannot ... -[ERROR]  securityClient1JspTest.testComponentManaged » Test case throws exception: Can... -[ERROR]  securityClient1JspTest.testConnManagerAllocateConnection » Test case throws e... -[ERROR]  securityClient1JspTest.testContainerManaged » Test case throws exception: Can... -[ERROR]  securityClient1ServletTest.testAppEISSignon » Test case throws exception: Can... -[ERROR]  securityClient1ServletTest.testComponentManaged » Test case throws exception:... -[ERROR]  securityClient1ServletTest.testConnManagerAllocateConnection » Test case thro... -[ERROR]  securityClient1ServletTest.testContainerManaged » Test case throws exception:... -[ERROR]  transinflowClient1JspTest » Deployment Could not deploy localTx_transinflow_js... -[ERROR]  transinflowClient1ServletTest.testConcurrentWorkXid » Test case throws except... -[ERROR]  transinflowClient1ServletTest.testGetTransactionSupport » Test case throws ex... -[ERROR]  transinflowClient1ServletTest.testSetResourceAdapterMethod » Test case throws... -[ERROR]  transinflowClient1ServletTest.testXATerminator » Test case throws exception: ... -[ERROR]  workmgtClient1JspTest.testForUnsharedTimer » Test case throws exception: Cann... -[ERROR]  workmgtClient1JspTest.testNestedWork » Test case throws exception: Cannot inv... -[ERROR]  workmgtClient1JspTest.testScheduleWork » Test case throws exception: Cannot i... -[ERROR]  workmgtClient1JspTest.testScheduleWorkListener » Test case throws exception: ... -[ERROR]  workmgtClient1JspTest.testUnknownWorkDuration » Test case throws exception: C... -[ERROR]  workmgtClient1JspTest.testWorkCompletedException » Test case throws exception... -[ERROR]  workmgtClient1JspTest.testWorkListenerImplementation » Test case throws excep... -[ERROR]  workmgtClient1JspTest.testWorkManagerImplementaion » Test case throws excepti... -[ERROR]  workmgtClient1ServletTest.testForUnsharedTimer » Test case throws exception: ... -[ERROR]  workmgtClient1ServletTest.testNestedWork » Test case throws exception: Cannot... -[ERROR]  workmgtClient1ServletTest.testScheduleWork » Test case throws exception: Cann... -[ERROR]  workmgtClient1ServletTest.testScheduleWorkListener » Test case throws excepti... -[ERROR]  workmgtClient1ServletTest.testUnknownWorkDuration » Test case throws exceptio... -[ERROR]  workmgtClient1ServletTest.testWorkCompletedException » Test case throws excep... -[ERROR]  workmgtClient1ServletTest.testWorkListenerImplementation » Test case throws e... -[ERROR]  workmgtClient1ServletTest.testWorkManagerImplementaion » Test case throws exc... -[ERROR]  connectionClient1JspTest.testGetConnection1 » Test case throws exception: Can... -[ERROR]  connectionClient1ServletTest.testGetConnection1 » Test case throws exception:... -[ERROR]  lifecycleClient1JspTest.testAssociationMCFandRA » Test case throws exception:... -[ERROR]  lifecycleClient1JspTest.testBootstrapforNull » Test case throws exception: Ca... -[ERROR]  lifecycleClient1JspTest.testInstantiationOfRA » Test case throws exception: C... -[ERROR]  lifecycleClient1JspTest.testMCFcalledOnce » Test case throws exception: Canno... -[ERROR]  lifecycleClient1JspTest.testRASharability » Test case throws exception: Canno... -[ERROR]  lifecycleClient1JspTest.testRAforJavaBean » Test case throws exception: Canno... -[ERROR]  lifecycleClient1ServletTest.testAssociationMCFandRA » Test case throws except... -[ERROR]  lifecycleClient1ServletTest.testBootstrapforNull » Test case throws exception... -[ERROR]  lifecycleClient1ServletTest.testInstantiationOfRA » Test case throws exceptio... -[ERROR]  lifecycleClient1ServletTest.testMCFcalledOnce » Test case throws exception: C... -[ERROR]  lifecycleClient1ServletTest.testRASharability » Test case throws exception: C... -[ERROR]  lifecycleClient1ServletTest.testRAforJavaBean » Test case throws exception: C... -[ERROR]  securityClient1JspTest.testAppEISSignon » Test case throws exception: Cannot ... -[ERROR]  securityClient1JspTest.testComponentManaged » Test case throws exception: Can... -[ERROR]  securityClient1JspTest.testConnManagerAllocateConnection » Test case throws e... -[ERROR]  securityClient1JspTest.testContainerManaged » Test case throws exception: Can... -[ERROR]  securityClient1ServletTest.testConnManagerAllocateConnection » Test case thro... -[ERROR]  securityClient1ServletTest.testContainerManaged » Test case throws exception:... -[ERROR]  workmgtClient1JspTest.testForUnsharedTimer » Test case throws exception: Cann... -[ERROR]  workmgtClient1JspTest.testNestedWork » Test case throws exception: Cannot inv... -[ERROR]  workmgtClient1JspTest.testScheduleWork » Test case throws exception: Cannot i... -[ERROR]  workmgtClient1JspTest.testScheduleWorkListener » Test case throws exception: ... -[ERROR]  workmgtClient1JspTest.testUnknownWorkDuration » Test case throws exception: C... -[ERROR]  workmgtClient1JspTest.testWorkCompletedException » Test case throws exception... -[ERROR]  workmgtClient1JspTest.testWorkListenerImplementation » Test case throws excep... -[ERROR]  workmgtClient1JspTest.testWorkManagerImplementaion » Test case throws excepti... -[ERROR]  workmgtClient1ServletTest.testForUnsharedTimer » Test case throws exception: ... -[ERROR]  workmgtClient1ServletTest.testNestedWork » Test case throws exception: Cannot... -[ERROR]  workmgtClient1ServletTest.testScheduleWork » Test case throws exception: Cann... -[ERROR]  workmgtClient1ServletTest.testScheduleWorkListener » Test case throws excepti... -[ERROR]  workmgtClient1ServletTest.testUnknownWorkDuration » Test case throws exceptio... -[ERROR]  workmgtClient1ServletTest.testWorkCompletedException » Test case throws excep... -[ERROR]  workmgtClient1ServletTest.testWorkListenerImplementation » Test case throws e... -[ERROR]  workmgtClient1ServletTest.testWorkManagerImplementaion » Test case throws exc... -[ERROR]  ClientJspTest.testValidateCustomPerm » Test case throws exception: Cannot inv... -[ERROR]  ClientJspTest.testValidateLocalPermsInvalidName » Test case throws exception:... -[ERROR]  ClientJspTest.testValidateMissingPermFails » Test case throws exception: Cann... -[ERROR]  ClientJspTest.testValidateRequiredPermSet » Test case throws exception: Canno... -[ERROR]  ClientJspTest.testValidateRestrictedLocalPerm » Test case throws exception: C... -[ERROR]  ClientServletTest.testValidateCustomPerm » Test case throws exception: Cannot... -[ERROR]  ClientServletTest.testValidateLocalPermsInvalidName » Test case throws except... -[ERROR]  ClientServletTest.testValidateMissingPermFails » Test case throws exception: ... -[ERROR]  ClientServletTest.testValidateRequiredPermSet » Test case throws exception: C... -[ERROR]  ClientServletTest.testValidateRestrictedLocalPerm » Test case throws exceptio... -[ERROR]  connectionClient1JspTest.testGetConnection1 » Test case throws exception: Can... -[ERROR]  connectionClient1ServletTest.testGetConnection1 » Test case throws exception:... -[ERROR]  lifecycleClient1JspTest.testAssociationMCFandRA » Test case throws exception:... -[ERROR]  lifecycleClient1JspTest.testBootstrapforNull » Test case throws exception: Ca... -[ERROR]  lifecycleClient1JspTest.testInstantiationOfRA » Test case throws exception: C... -[ERROR]  lifecycleClient1JspTest.testMCFcalledOnce » Test case throws exception: Canno... -[ERROR]  lifecycleClient1JspTest.testRASharability » Test case throws exception: Canno... -[ERROR]  lifecycleClient1JspTest.testRAforJavaBean » Test case throws exception: Canno... -[ERROR]  lifecycleClient1ServletTest.testAssociationMCFandRA » Test case throws except... -[ERROR]  lifecycleClient1ServletTest.testBootstrapforNull » Test case throws exception... -[ERROR]  lifecycleClient1ServletTest.testInstantiationOfRA » Test case throws exceptio... -[ERROR]  lifecycleClient1ServletTest.testMCFcalledOnce » Test case throws exception: C... -[ERROR]  lifecycleClient1ServletTest.testRASharability » Test case throws exception: C... -[ERROR]  lifecycleClient1ServletTest.testRAforJavaBean » Test case throws exception: C... -[ERROR]  securityClient1JspTest.testConnManagerAllocateConnection » Test case throws e... -[ERROR]  securityClient1JspTest.testContainerManaged » Test case throws exception: Can... -[ERROR]  securityClient1ServletTest.testConnManagerAllocateConnection » Test case thro... -[ERROR]  securityClient1ServletTest.testContainerManaged » Test case throws exception:... -[ERROR]  workmgtClient1JspTest.testForUnsharedTimer » Test case throws exception: Cann... -[ERROR]  workmgtClient1JspTest.testNestedWork » Test case throws exception: Cannot inv... -[ERROR]  workmgtClient1JspTest.testScheduleWork » Test case throws exception: Cannot i... -[ERROR]  workmgtClient1JspTest.testScheduleWorkListener » Test case throws exception: ... -[ERROR]  workmgtClient1JspTest.testUnknownWorkDuration » Test case throws exception: C... -[ERROR]  workmgtClient1JspTest.testWorkCompletedException » Test case throws exception... -[ERROR]  workmgtClient1JspTest.testWorkListenerImplementation » Test case throws excep... -[ERROR]  workmgtClient1JspTest.testWorkManagerImplementaion » Test case throws excepti... -[ERROR]  workmgtClient1ServletTest.testForUnsharedTimer » Test case throws exception: ... -[ERROR]  workmgtClient1ServletTest.testNestedWork » Test case throws exception: Cannot... -[ERROR]  workmgtClient1ServletTest.testScheduleWork » Test case throws exception: Cann... -[ERROR]  workmgtClient1ServletTest.testScheduleWorkListener » Test case throws excepti... -[ERROR]  workmgtClient1ServletTest.testUnknownWorkDuration » Test case throws exceptio... -[ERROR]  workmgtClient1ServletTest.testWorkCompletedException » Test case throws excep... -[ERROR]  workmgtClient1ServletTest.testWorkListenerImplementation » Test case throws e... -[ERROR]  workmgtClient1ServletTest.testWorkManagerImplementaion » Test case throws exc... -[INFO] -[ERROR] Tests run: 257, Failures: 0, Errors: 127, Skipped: 0 -[INFO] -[INFO] -[INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (connector-ejb-tests) @ glassfish.connector-platform-tck --- -[INFO] -[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (connector-javatest-tests) @ glassfish.connector-platform-tck --- -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD FAILURE -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 07:02 min -[INFO] Finished at: 2024-11-19T18:02:11+05:30 -[INFO] ------------------------------------------------------------------------ -[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (connector-javatest-tests) on project glassfish.connector-platform-tck: There are test failures. -[ERROR]  -[ERROR] Please refer to /home/g/tck/connector/platform-tck/glassfish-runner/connector-platform-tck/target/failsafe-reports for the individual test results. -[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. -[ERROR] -> [Help 1] -[ERROR] -[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. -[ERROR] Re-run Maven using the -X switch to enable full debug logging. -[ERROR] -[ERROR] For more information about the errors and possible solutions, please read the following articles: -[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException diff --git a/glassfish-runner/connector-platform-tck/src/test/resources/appclient-arquillian.xml b/glassfish-runner/connector-platform-tck/src/test/resources/appclient-arquillian.xml index 0c311e2a65..d8dc1dfe8b 100644 --- a/glassfish-runner/connector-platform-tck/src/test/resources/appclient-arquillian.xml +++ b/glassfish-runner/connector-platform-tck/src/test/resources/appclient-arquillian.xml @@ -52,7 +52,7 @@ \\ PATH=${env.PATH};LD_LIBRARY_PATH=${glassfish.home}/lib;AS_DEBUG=true; - APPCPATH=${glassfish.home}/glassfish/lib/arquillian-protocol-lib.jar:target/appclient/lib/arquillian-core.jar:target/appclient/lib/arquillian-junit5.jar:${glassfish.home}/glassfish/modules/security.jar + APPCPATH=${glassfish.home}/glassfish/lib/arquillian-protocol-lib.jar:${glassfish.home}/glassfish/lib/connector.jar:target/appclient/lib/arquillian-core.jar:target/appclient/lib/arquillian-junit5.jar:${glassfish.home}/glassfish/modules/security.jar ${project.basedir} ${ts.home}/tmp ${ts.home}/bin/ts.jte diff --git a/glassfish-runner/xa-platform-tck/pom.xml b/glassfish-runner/xa-platform-tck/pom.xml index 5deda4729d..f35676bba7 100644 --- a/glassfish-runner/xa-platform-tck/pom.xml +++ b/glassfish-runner/xa-platform-tck/pom.xml @@ -518,6 +518,10 @@ create-connector-connection-pool --raname whitebox-tx + --user + ${admin.user} + --passwordfile + ${password.file} --property user=cts1:password=cts1:TSRValue=comp/TransactionSynchronizationRegistry --connectiondefinition diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotationClientEjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotationClientEjbTest.java index d95ef2956a..735b239b64 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotationClientEjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotationClientEjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive annotations_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "annotations_ejb_vehicle_client.jar"); // The class files annotations_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.annotations.anno.annotationClient.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, @@ -118,7 +119,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test annotations_ejb_vehicle_ejb.addAsManifestResource(ejbResURL1, "ejb-jar.xml"); } // The sun-ejb-jar.xml file - ejbResURL1 = annotationClient.class.getResource("annotations_jsp_vehicle_web.war.sun-web.xml"); + ejbResURL1 = annotationClient.class.getResource("annotations_ejb_vehicle_ejb.jar.sun-ejb-jar.xml"); if(ejbResURL1 != null) { annotations_ejb_vehicle_ejb.addAsManifestResource(ejbResURL1, "sun-ejb-jar.xml"); } diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotationClientJspTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotationClientJspTest.java index cc3094e4de..fed1154b68 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotationClientJspTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotationClientJspTest.java @@ -75,7 +75,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test com.sun.ts.tests.common.vehicle.VehicleClient.class ); // The web.xml descriptor - URL warResURL = annotationClient.class.getResource("annotations_ejb_vehicle_ejb.xml"); + URL warResURL = annotationClient.class.getResource("annotations_jsp_vehicle_web.xml"); if(warResURL != null) { annotations_jsp_vehicle_web.addAsWebInfResource(warResURL, "web.xml"); } diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotations_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotations_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 47b009e84b..e8d930c97d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotations_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotations_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-anno_no_md eis/whitebox-anno_no_md - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotations_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotations_jsp_vehicle_web.war.sun-web.xml index eab56b6325..889efa08e1 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotations_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotations_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-anno_no_md eis/whitebox-anno_no_md - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotations_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotations_servlet_vehicle_web.war.sun-web.xml index eab56b6325..889efa08e1 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotations_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/anno/annotations_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-anno_no_md eis/whitebox-anno_no_md - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/ClientEjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/ClientEjbTest.java index 7bd950ff25..c2cc137385 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/ClientEjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/ClientEjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive mdcomplete_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "mdcomplete_ejb_vehicle_client.jar"); // The class files mdcomplete_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.annotations.mdcomplete.Client.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, @@ -89,7 +90,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test // The sun-application-client.xml file need to be added or should this be in in the vendor Arquillian extension? resURL = Client.class.getResource("//com/sun/ts/tests/common/vehicle/ejb/ejb_vehicle_client.jar.sun-application-client.xml"); if(resURL != null) { - mdcomplete_ejb_vehicle_client.addAsManifestResource(resURL, "application-client.xml"); + mdcomplete_ejb_vehicle_client.addAsManifestResource(resURL, "sun-application-client.xml"); } mdcomplete_ejb_vehicle_client.addAsManifestResource(new StringAsset("Main-Class: com.sun.ts.tests.common.vehicle.VehicleClient\n"), "MANIFEST.MF"); // Call the archive processor diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index b8ec304164..c588e72512 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-mdcomplete eis/whitebox-mdcomplete - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_jsp_vehicle_web.war.sun-web.xml index a70d026515..1a98d4b105 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-mdcomplete eis/whitebox-mdcomplete - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_servlet_vehicle_web.war.sun-web.xml index a70d026515..1a98d4b105 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-mdcomplete eis/whitebox-mdcomplete - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/paClientEjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/paClientEjbTest.java index 35244d2080..050054517a 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/paClientEjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/paClientEjbTest.java @@ -79,7 +79,8 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test com.sun.ts.lib.harness.EETest.class, com.sun.ts.lib.harness.ServiceEETest.class, com.sun.ts.lib.harness.EETest.SetupException.class, - com.sun.ts.tests.common.vehicle.VehicleClient.class + com.sun.ts.tests.common.vehicle.VehicleClient.class, + com.sun.ts.tests.connector.annotations.partialanno.paClient.class ); // The application-client.xml descriptor URL resURL = paClient.class.getResource("mdcomplete_ejb_vehicle_client.xml"); diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/partialanno_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/partialanno_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 796cf8d4da..ad65665f29 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/partialanno_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/partialanno_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,16 +28,16 @@ eis/whitebox-mixedmode eis/whitebox-mixedmode - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-multianno eis/whitebox-multianno - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/partialanno_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/partialanno_jsp_vehicle_web.war.sun-web.xml index d0a5a5bc35..5f03df9472 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/partialanno_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/partialanno_jsp_vehicle_web.war.sun-web.xml @@ -23,16 +23,16 @@ eis/whitebox-mixedmode eis/whitebox-mixedmode - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-multianno eis/whitebox-multianno - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/partialanno_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/partialanno_servlet_vehicle_web.war.sun-web.xml index d0a5a5bc35..5f03df9472 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/partialanno_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/annotations/partialanno/partialanno_servlet_vehicle_web.war.sun-web.xml @@ -23,16 +23,16 @@ eis/whitebox-mixedmode eis/whitebox-mixedmode - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-multianno eis/whitebox-multianno - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManagerClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManagerClient1EjbTest.java index ceb339a2cb..6593e7976b 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManagerClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManagerClient1EjbTest.java @@ -67,6 +67,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive connManager_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "connManager_ejb_vehicle_client.jar"); // The class files connManager_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.connManager.connManagerClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManager_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManager_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index a923002337..36e7987f3d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManager_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManager_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,24 +28,24 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManager_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManager_jsp_vehicle_web.war.sun-web.xml index 86df09cf06..2689b6cfa3 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManager_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManager_jsp_vehicle_web.war.sun-web.xml @@ -23,24 +23,24 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManager_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManager_servlet_vehicle_web.war.sun-web.xml index d4d1eb0eba..62e0222919 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManager_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/connManager/connManager_servlet_vehicle_web.war.sun-web.xml @@ -23,24 +23,24 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/deployment/ejb_Deployment_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/deployment/ejb_Deployment_ejb.jar.sun-ejb-jar.xml index c64efe0fa9..7a458bf7e4 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/deployment/ejb_Deployment_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/deployment/ejb_Deployment_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/ejb_Deployment_whitebox-tx.rar eis/ejb_Deployment_whitebox-tx.rar - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/connectionClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/connectionClient1EjbTest.java index 20a963c237..99150b1433 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/connectionClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/connectionClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive localTx_conn_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "localTx_conn_ejb_vehicle_client.jar"); // The class files localTx_conn_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.localTx.connection.connectionClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, @@ -82,12 +83,12 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test com.sun.ts.tests.common.vehicle.VehicleClient.class ); // The application-client.xml descriptor - URL resURL = connectionClient1.class.getResource("/com/sun/ts/tests/common/vehicle/ejb/ejb_vehicle_client.xml"); + URL resURL = connectionClient1.class.getResource("localTx_conn_ejb_vehicle_client.xml"); if(resURL != null) { localTx_conn_ejb_vehicle_client.addAsManifestResource(resURL, "application-client.xml"); } // The sun-application-client.xml file need to be added or should this be in in the vendor Arquillian extension? - resURL = connectionClient1.class.getResource("//com/sun/ts/tests/common/vehicle/ejb/ejb_vehicle_client.jar.sun-application-client.xml"); + resURL = connectionClient1.class.getResource("localTx_conn_ejb_vehicle_client.jar.sun-application-client.xml"); if(resURL != null) { localTx_conn_ejb_vehicle_client.addAsManifestResource(resURL, "application-client.xml"); } @@ -113,12 +114,12 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test com.sun.ts.tests.common.vehicle.ejb.EJBVehicle.class ); // The ejb-jar.xml descriptor - URL ejbResURL1 = connectionClient1.class.getResource("/ejb_vehicle_ejb.xml"); + URL ejbResURL1 = connectionClient1.class.getResource("localTx_conn_ejb_vehicle_ejb.xml"); if(ejbResURL1 != null) { localTx_conn_ejb_vehicle_ejb.addAsManifestResource(ejbResURL1, "ejb-jar.xml"); } // The sun-ejb-jar.xml file - ejbResURL1 = connectionClient1.class.getResource("/ejb_vehicle_ejb.jar.sun-ejb-jar.xml"); + ejbResURL1 = connectionClient1.class.getResource("localTx_conn_ejb_vehicle_ejb.jar.sun-ejb-jar.xml"); if(ejbResURL1 != null) { localTx_conn_ejb_vehicle_ejb.addAsManifestResource(ejbResURL1, "sun-ejb-jar.xml"); } diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/localTx_conn_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/localTx_conn_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index e9b877eb4b..59658be89e 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/localTx_conn_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/localTx_conn_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/localTx_conn_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/localTx_conn_jsp_vehicle_web.war.sun-web.xml index 72d9231635..cd6fa6017d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/localTx_conn_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/localTx_conn_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/localTx_conn_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/localTx_conn_servlet_vehicle_web.war.sun-web.xml index 72d9231635..cd6fa6017d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/localTx_conn_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/connection/localTx_conn_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/eventClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/eventClient1EjbTest.java index df6f005b7e..c6ef3fbea6 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/eventClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/eventClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive localTx_event_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "localTx_event_ejb_vehicle_client.jar"); // The class files localTx_event_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.localTx.event.eventClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/localTx_event_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/localTx_event_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index ee30f99be4..0ceca0d2a6 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/localTx_event_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/localTx_event_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/localTx_event_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/localTx_event_jsp_vehicle_web.war.sun-web.xml index 9ae17fe1cd..08e5c179d4 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/localTx_event_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/localTx_event_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/localTx_event_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/localTx_event_servlet_vehicle_web.war.sun-web.xml index 9ae17fe1cd..08e5c179d4 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/localTx_event_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/event/localTx_event_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1EjbTest.java index 99406edcfa..2f0be5d87e 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive localTx_lifecycle_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "localTx_lifecycle_ejb_vehicle_client.jar"); // The class files localTx_lifecycle_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, @@ -79,7 +80,8 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test com.sun.ts.lib.harness.EETest.class, com.sun.ts.lib.harness.ServiceEETest.class, com.sun.ts.lib.harness.EETest.SetupException.class, - com.sun.ts.tests.common.vehicle.VehicleClient.class + com.sun.ts.tests.common.vehicle.VehicleClient.class, + com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1.class ); // The application-client.xml descriptor URL resURL = lifecycleClient1.class.getResource("localTx_lifecycle_ejb_vehicle_client.xml"); diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 2bfc103bec..3477868976 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_jsp_vehicle_web.war.sun-web.xml index 9ae17fe1cd..08e5c179d4 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_servlet_vehicle_web.war.sun-web.xml index 9ae17fe1cd..08e5c179d4 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java index 62d4d1109f..f86a236b40 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java @@ -21,6 +21,9 @@ package com.sun.ts.tests.connector.localTx.msginflow; import java.io.Serializable; +import java.io.StringWriter; +import java.io.PrintWriter; + import java.util.Properties; import java.util.Vector; @@ -104,7 +107,9 @@ public void setup(String[] args, Properties p) throws Exception { ds1 = (TSDataSource) nctx.lookup(whitebox_tx); ds2 = (TSDataSource) nctx.lookup(whitebox_tx_param); ds3 = (TSDataSource) nctx.lookup(whitebox_ibanno_no_md); + } catch (Exception e) { + e.printStackTrace(); TestUtil.printStackTrace(e); TestUtil.logMsg("Exception during JNDI lookup: " + e.getMessage()); } @@ -137,7 +142,10 @@ public void testReceiveMessage() throws Exception { log = ds1.getStateLog(); TestUtil.logTrace("Got State LOG!"); } catch (Exception sqle) { - TestUtil.logMsg("Exception caught on creating connection:"); + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + TestUtil.logTrace("Exception caught on creating connection:" + exceptionAsString); throw new Exception(sqle.getMessage(), sqle); } @@ -149,6 +157,8 @@ public void testReceiveMessage() throws Exception { for (int i = 0; i < log.size(); i++) { String str = (String) log.elementAt(i); + TestUtil.logTrace("^^^^^^^^^^^^^^^^^^^^^^^^^^^" + str); + if (str.startsWith(toCheck1)) { b1 = true; } @@ -189,7 +199,11 @@ public void testProxyInterfaceImp() throws Exception { log = ds1.getStateLog(); TestUtil.logTrace("Got State LOG!"); } catch (Exception sqle) { - TestUtil.logMsg("Exception caught on creating connection:"); + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + + TestUtil.logMsg("Exception caught on creating connection:" + exceptionAsString); throw new Exception(sqle.getMessage(), sqle); } @@ -259,7 +273,11 @@ public void testUniqueMessageEndpoint() throws Exception { log = ds1.getStateLog(); TestUtil.logTrace("Got State LOG!"); } catch (Exception sqle) { - TestUtil.logMsg("Exception caught on creating connection:"); + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + + TestUtil.logMsg("Exception caught on creating connection:" + exceptionAsString); throw new Exception(sqle.getMessage(), sqle); } @@ -310,7 +328,11 @@ public void testMessageEndpointFactoryForEquals() throws Exception { log = ds1.getStateLog(); TestUtil.logTrace("Got State LOG!"); } catch (Exception sqle) { - TestUtil.logMsg("Exception caught on creating connection:"); + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + + TestUtil.logMsg("Exception caught on creating connection:" + exceptionAsString); throw new Exception(sqle.getMessage(), sqle); } @@ -361,7 +383,11 @@ public void testUniqueMessageEndpointFactory() throws Exception { log = ds1.getStateLog(); TestUtil.logTrace("Got State LOG!"); } catch (Exception sqle) { - TestUtil.logMsg("Exception caught on creating connection:"); + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + + TestUtil.logMsg("Exception caught on creating connection:" + exceptionAsString); throw new Exception(sqle.getMessage(), sqle); } @@ -412,7 +438,11 @@ public void testEndpointActivationName() throws Exception { log = ds3.getStateLog(); TestUtil.logTrace("Got State LOG!"); } catch (Exception sqle) { - TestUtil.logMsg("Exception caught on creating connection:"); + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + + TestUtil.logMsg("Exception caught on creating connection:" + exceptionAsString); throw new Exception(sqle.getMessage(), sqle); } @@ -463,7 +493,11 @@ public void testGetEndpoinClass() throws Exception { log = ds3.getStateLog(); TestUtil.logTrace("Got State LOG!"); } catch (Exception sqle) { - TestUtil.logMsg("Exception caught on creating connection:"); + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + + TestUtil.logMsg("Exception caught on creating connection:" + exceptionAsString); throw new Exception(sqle.getMessage(), sqle); } @@ -517,7 +551,12 @@ public void testMessageDeliveryTransacted() throws Exception { log = ds1.getStateLog(); TestUtil.logTrace("Got State LOG!"); } catch (Exception sqle) { - TestUtil.logMsg("Exception caught on creating connection:"); + + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + + TestUtil.logMsg("Exception caught on creating connection:" + exceptionAsString); throw new Exception(sqle.getMessage(), sqle); } @@ -601,7 +640,11 @@ public void testMessageDeliveryNonTransacted() throws Exception { log = ds1.getStateLog(); TestUtil.logTrace("Got State LOG!"); } catch (Exception sqle) { - TestUtil.logMsg("Exception caught on creating connection:"); + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + + TestUtil.logMsg("Exception caught on creating connection:" + exceptionAsString); throw new Exception(sqle.getMessage(), sqle); } @@ -814,7 +857,11 @@ public void testActivationSpeccalledOnce() throws Exception { dbutil.insertIntoTable(con); TestUtil.logMsg("Values inserted into table!"); } catch (Exception sqle) { - TestUtil.logMsg("Exception inserting into table."); + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + + TestUtil.logMsg("Exception caught on creating connection:" + exceptionAsString); throw new Exception(sqle.getMessage(), sqle); } @@ -823,7 +870,11 @@ public void testActivationSpeccalledOnce() throws Exception { dbutil.dropTable(con); TestUtil.logMsg("Table has been dropped!"); } catch (Exception sqle) { - TestUtil.logMsg("Exception dropping table."); + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + + TestUtil.logMsg("Exception caught on creating connection:" + exceptionAsString); throw new Exception(sqle.getMessage(), sqle); } TestUtil.logMsg("Exception dropping table."); @@ -861,6 +912,11 @@ public void testEJBExceptionNotSupported() throws Exception { log = ds1.getStateLog(); TestUtil.logTrace("Got connection."); } catch (Exception sqle) { + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + + TestUtil.logMsg("Exception caught on creating connection:" + exceptionAsString); throw new Exception(sqle.getMessage(), sqle); } @@ -900,6 +956,12 @@ public void testEJBExceptionNotSupported() throws Exception { dbutil.dropTable(con); TestUtil.logMsg("Table has been dropped!"); } catch (Exception sqle) { + StringWriter sw = new StringWriter(); + sqle.printStackTrace(new PrintWriter(sw)); + String exceptionAsString = sw.toString(); + + TestUtil.logMsg("Exception caught on creating connection:" + exceptionAsString); + TestUtil.logMsg("Exception dropping table."); throw new Exception(sqle.getMessage(), sqle); } diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index de374a4f6e..6aa748459a 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,24 +28,24 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-ibanno_no_md eis/whitebox-ibanno_no_md - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-tx-param eis/whitebox-tx-param - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_jsp_vehicle_web.war.sun-web.xml index 21ba91307e..6bf5e2c5cb 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_jsp_vehicle_web.war.sun-web.xml @@ -23,16 +23,16 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-tx-param eis/whitebox-tx-param - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_servlet_vehicle_web.war.sun-web.xml index 21ba91307e..6bf5e2c5cb 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_servlet_vehicle_web.war.sun-web.xml @@ -23,16 +23,16 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-tx-param eis/whitebox-tx-param - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/localTx_security_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/localTx_security_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 9e82dc5237..43cb9157ec 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/localTx_security_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/localTx_security_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,16 +28,16 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-tx-param eis/whitebox-tx-param - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/localTx_security_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/localTx_security_jsp_vehicle_web.war.sun-web.xml index 52133c9437..53de680ee3 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/localTx_security_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/localTx_security_jsp_vehicle_web.war.sun-web.xml @@ -23,16 +23,16 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-tx-param eis/whitebox-tx-param - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/localTx_security_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/localTx_security_servlet_vehicle_web.war.sun-web.xml index 52133c9437..53de680ee3 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/localTx_security_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/localTx_security_servlet_vehicle_web.war.sun-web.xml @@ -23,16 +23,16 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-tx-param eis/whitebox-tx-param - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/securityClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/securityClient1EjbTest.java index 4d264b3833..c852d2a372 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/securityClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/security/securityClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive localTx_security_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "localTx_security_ejb_vehicle_client.jar"); // The class files localTx_security_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.localTx.security.securityClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transaction/conSharing2/ejb_txTran_conSharing2_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transaction/conSharing2/ejb_txTran_conSharing2_ejb.jar.sun-ejb-jar.xml index 18b0134108..8ee0d44c1a 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transaction/conSharing2/ejb_txTran_conSharing2_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transaction/conSharing2/ejb_txTran_conSharing2_ejb.jar.sun-ejb-jar.xml @@ -32,8 +32,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 false @@ -64,8 +64,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transaction/conSharing3/ejb_txTran_conSharing3_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transaction/conSharing3/ejb_txTran_conSharing3_ejb.jar.sun-ejb-jar.xml index a2861564da..5e0327372a 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transaction/conSharing3/ejb_txTran_conSharing3_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transaction/conSharing3/ejb_txTran_conSharing3_ejb.jar.sun-ejb-jar.xml @@ -32,8 +32,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 false @@ -64,8 +64,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1EjbTest.java index c401749d44..8da88d71dc 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1EjbTest.java @@ -67,6 +67,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive localTx_transinflow_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "localTx_transinflow_ejb_vehicle_client.jar"); // The class files localTx_transinflow_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1JspTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1JspTest.java index fca70f13ae..ba46a1708c 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1JspTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1JspTest.java @@ -79,7 +79,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test localTx_transinflow_jsp_vehicle_web.addAsWebInfResource(warResURL, "web.xml"); } // The sun-web.xml descriptor - warResURL = transinflowClient1.class.getResource("transinflow_servlet_vehicle_servlet.xml"); + warResURL = transinflowClient1.class.getResource("transinflow_jsp_vehicle_web.war.sun-web.xml"); if(warResURL != null) { localTx_transinflow_jsp_vehicle_web.addAsWebInfResource(warResURL, "sun-web.xml"); } diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 84375ba748..f491450d21 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,16 +28,16 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-mdcomplete eis/whitebox-mdcomplete - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_ejb_vehicle_ejb.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_ejb_vehicle_ejb.xml index d437345ef7..51dfd0fa55 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_ejb_vehicle_ejb.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_ejb_vehicle_ejb.xml @@ -17,21 +17,15 @@ --> - + Ejb1 - com_sun_ts_tests_common_vehicle_ejb_EJBVehicle com_sun_ts_tests_common_vehicle_ejb_EJBVehicle com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote com.sun.ts.tests.common.vehicle.ejb.EJBVehicle Stateful Container - - - - description eis/whitebox-tx @@ -46,6 +40,9 @@ Container Shareable + + + @@ -54,10 +51,8 @@ com_sun_ts_tests_common_vehicle_ejb_EJBVehicle Remote runTest - Required - - + \ No newline at end of file diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_jsp_vehicle_web.war.sun-web.xml index 639f388265..55c9c60a1d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_jsp_vehicle_web.war.sun-web.xml @@ -23,16 +23,16 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-mdcomplete eis/whitebox-mdcomplete - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_servlet_vehicle_web.war.sun-web.xml index 639f388265..55c9c60a1d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/transinflow/transinflow_servlet_vehicle_web.war.sun-web.xml @@ -23,16 +23,16 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-mdcomplete eis/whitebox-mdcomplete - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClientEjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClientEjbTest.java index 0cc3f0bad7..9b40a931e0 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClientEjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClientEjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive workcontext_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "workcontext_ejb_vehicle_client.jar"); // The class files workcontext_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, @@ -118,7 +119,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test workcontext_ejb_vehicle_ejb.addAsManifestResource(ejbResURL1, "ejb-jar.xml"); } // The sun-ejb-jar.xml file - ejbResURL1 = WorkContextClient.class.getResource("workcontext_jsp_vehicle_web.war.sun-web.xml"); + ejbResURL1 = WorkContextClient.class.getResource("workcontext_ejb_vehicle_ejb.jar.sun-ejb-jar.xml"); if(ejbResURL1 != null) { workcontext_ejb_vehicle_ejb.addAsManifestResource(ejbResURL1, "sun-ejb-jar.xml"); } diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 850ab821e5..7df0ef550e 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,24 +28,24 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-mdcomplete eis/whitebox-mdcomplete - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-anno_no_md eis/whitebox-anno_no_md - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_ejb_vehicle_ejb.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_ejb_vehicle_ejb.xml index 33765a9b2f..fdb036adb0 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_ejb_vehicle_ejb.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_ejb_vehicle_ejb.xml @@ -17,21 +17,15 @@ --> - + Ejb1 - com_sun_ts_tests_common_vehicle_ejb_EJBVehicle com_sun_ts_tests_common_vehicle_ejb_EJBVehicle com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote com.sun.ts.tests.common.vehicle.ejb.EJBVehicle Stateful Container - - - - description eis/whitebox-tx @@ -39,20 +33,9 @@ Container Shareable - - description - eis/whitebox-mdcomplete - com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory - Container - Shareable - - - description - eis/whitebox-anno_no_md - com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory - Container - Shareable - + + + @@ -61,10 +44,8 @@ com_sun_ts_tests_common_vehicle_ejb_EJBVehicle Remote runTest - Required - - + \ No newline at end of file diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_jsp_vehicle_web.war.sun-web.xml index 04be61c6c0..95cd9e825c 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_jsp_vehicle_web.war.sun-web.xml @@ -23,24 +23,24 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-anno_no_md eis/whitebox-anno_no_md - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-mdcomplete eis/whitebox-mdcomplete - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_servlet_vehicle_web.war.sun-web.xml index 04be61c6c0..95cd9e825c 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workcontext/workcontext_servlet_vehicle_web.war.sun-web.xml @@ -23,24 +23,24 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-anno_no_md eis/whitebox-anno_no_md - rauser1 - rapassword1 + cts1 + cts1 eis/whitebox-mdcomplete eis/whitebox-mdcomplete - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index da6cfac89e..760f0edd27 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_jsp_vehicle_web.war.sun-web.xml index 9ae17fe1cd..08e5c179d4 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_servlet_vehicle_web.war.sun-web.xml index 9ae17fe1cd..08e5c179d4 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-tx eis/whitebox-tx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1EjbTest.java index e6679efbed..12704e3f58 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive localTx_workmgt_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "localTx_workmgt_ejb_vehicle_client.jar"); // The class files localTx_workmgt_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connectionClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connectionClient1EjbTest.java index 8d8dbac66e..83eb60d505 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connectionClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connectionClient1EjbTest.java @@ -87,6 +87,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive connection_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "connection_ejb_vehicle_client.jar"); // The class files connection_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.noTx.connection.connectionClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connection_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connection_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 6b6b07e5e5..f89b33d769 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connection_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connection_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connection_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connection_jsp_vehicle_web.war.sun-web.xml index e21d9e570b..ce5ab76f08 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connection_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connection_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connection_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connection_servlet_vehicle_web.war.sun-web.xml index e21d9e570b..ce5ab76f08 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connection_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/connection/connection_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/eventClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/eventClient1EjbTest.java index 4c30024799..c58357854f 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/eventClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/eventClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive event_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "event_ejb_vehicle_client.jar"); // The class files event_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.noTx.event.eventClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/event_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/event_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 3d5b396af3..c51c87c0eb 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/event_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/event_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/event_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/event_jsp_vehicle_web.war.sun-web.xml index 180a391fda..a67f2420f8 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/event_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/event_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/event_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/event_servlet_vehicle_web.war.sun-web.xml index 180a391fda..a67f2420f8 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/event_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/event/event_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1EjbTest.java index 9e2f115802..67dd9124ee 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive lifecycle_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "lifecycle_ejb_vehicle_client.jar"); // The class files lifecycle_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, @@ -113,12 +114,12 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test com.sun.ts.tests.common.vehicle.ejb.EJBVehicle.class ); // The ejb-jar.xml descriptor - URL ejbResURL1 = lifecycleClient1.class.getResource("/ejb_vehicle_ejb.xml"); + URL ejbResURL1 = lifecycleClient1.class.getResource("lifecycle_ejb_vehicle_ejb.xml"); if(ejbResURL1 != null) { lifecycle_ejb_vehicle_ejb.addAsManifestResource(ejbResURL1, "ejb-jar.xml"); } // The sun-ejb-jar.xml file - ejbResURL1 = lifecycleClient1.class.getResource("/ejb_vehicle_ejb.jar.sun-ejb-jar.xml"); + ejbResURL1 = lifecycleClient1.class.getResource("lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml"); if(ejbResURL1 != null) { lifecycle_ejb_vehicle_ejb.addAsManifestResource(ejbResURL1, "sun-ejb-jar.xml"); } diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 19fa7af722..ff2c62afd3 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_jsp_vehicle_web.war.sun-web.xml index 180a391fda..a67f2420f8 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_servlet_vehicle_web.war.sun-web.xml index 180a391fda..a67f2420f8 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/securityClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/securityClient1EjbTest.java index c6042007cc..5d6299ba5e 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/securityClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/securityClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive security_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "security_ejb_vehicle_client.jar"); // The class files security_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.noTx.security.securityClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/securityClient1JspTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/securityClient1JspTest.java index 9ef2459a0d..6a090f8a66 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/securityClient1JspTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/securityClient1JspTest.java @@ -75,12 +75,12 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test com.sun.ts.tests.common.vehicle.VehicleClient.class ); // The web.xml descriptor - URL warResURL = securityClient1.class.getResource("transinflow_jsp_vehicle_web.xml"); + URL warResURL = securityClient1.class.getResource("security_jsp_vehicle_web.xml"); if(warResURL != null) { security_jsp_vehicle_web.addAsWebInfResource(warResURL, "web.xml"); } // The sun-web.xml descriptor - warResURL = securityClient1.class.getResource("transinflow_jsp_vehicle_web.war.sun-web.xml"); + warResURL = securityClient1.class.getResource("security_jsp_vehicle_web.war.sun-web.xml"); if(warResURL != null) { security_jsp_vehicle_web.addAsWebInfResource(warResURL, "sun-web.xml"); } diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/security_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/security_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 10a8c11dcc..210bca74c1 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/security_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/security_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/security_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/security_jsp_vehicle_web.war.sun-web.xml index e21d9e570b..ce5ab76f08 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/security_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/security_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/security_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/security_servlet_vehicle_web.war.sun-web.xml index e21d9e570b..ce5ab76f08 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/security_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/security/security_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1EjbTest.java index 577faefb0b..b62d0de86e 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive workmgt_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "workmgt_ejb_vehicle_client.jar"); // The class files workmgt_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgt_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgt_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index c6e0ea7f12..1ee882d2a8 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgt_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgt_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgt_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgt_jsp_vehicle_web.war.sun-web.xml index 180a391fda..a67f2420f8 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgt_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgt_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgt_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgt_servlet_vehicle_web.war.sun-web.xml index 180a391fda..a67f2420f8 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgt_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/noTx/workmgt/workmgt_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-notx eis/whitebox-notx - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/permissiondd/ClientEjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/permissiondd/ClientEjbTest.java index c997ee8005..4af630aa17 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/permissiondd/ClientEjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/permissiondd/ClientEjbTest.java @@ -64,6 +64,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive permissiondd_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "permissiondd_ejb_vehicle_client.jar"); // The class files permissiondd_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.permissiondd.Client.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/connectionClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/connectionClient1EjbTest.java index 34ffa14b9a..b7ba953094 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/connectionClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/connectionClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive xa_connection_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "xa_connection_ejb_vehicle_client.jar"); // The class files xa_connection_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.xa.connection.connectionClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/xa_connection_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/xa_connection_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index a9737c5b38..26acb06e98 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/xa_connection_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/xa_connection_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/xa_connection_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/xa_connection_jsp_vehicle_web.war.sun-web.xml index 9fc83bd85a..ea0aed5eac 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/xa_connection_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/xa_connection_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/xa_connection_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/xa_connection_servlet_vehicle_web.war.sun-web.xml index 9fc83bd85a..ea0aed5eac 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/xa_connection_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/connection/xa_connection_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/eventClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/eventClient1EjbTest.java index 88da475def..56f091daf5 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/eventClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/eventClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive xa_event_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "xa_event_ejb_vehicle_client.jar"); // The class files xa_event_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.xa.event.eventClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/xa_event_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/xa_event_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index e0f2143379..3d1714acdb 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/xa_event_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/xa_event_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/xa_event_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/xa_event_jsp_vehicle_web.war.sun-web.xml index 698a366cde..0abd592f4d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/xa_event_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/xa_event_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/xa_event_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/xa_event_servlet_vehicle_web.war.sun-web.xml index 698a366cde..0abd592f4d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/xa_event_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/event/xa_event_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1EjbTest.java index 036c8d7ced..12912fbee6 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive xa_lifecycle_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "xa_lifecycle_ejb_vehicle_client.jar"); // The class files xa_lifecycle_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 9394734f1b..9ef089cf35 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_jsp_vehicle_web.war.sun-web.xml index 698a366cde..0abd592f4d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_servlet_vehicle_web.war.sun-web.xml index 698a366cde..0abd592f4d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/securityClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/securityClient1EjbTest.java index cc627a936d..02ef9a02aa 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/securityClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/securityClient1EjbTest.java @@ -79,7 +79,8 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test com.sun.ts.lib.harness.EETest.class, com.sun.ts.lib.harness.ServiceEETest.class, com.sun.ts.lib.harness.EETest.SetupException.class, - com.sun.ts.tests.common.vehicle.VehicleClient.class + com.sun.ts.tests.common.vehicle.VehicleClient.class, + com.sun.ts.tests.connector.xa.security.securityClient1.class ); // The application-client.xml descriptor URL resURL = securityClient1.class.getResource("xa_security_ejb_vehicle_client.xml"); diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/xa_security_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/xa_security_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 6a32c6294c..0b882f3f48 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/xa_security_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/xa_security_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/xa_security_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/xa_security_jsp_vehicle_web.war.sun-web.xml index 9fc83bd85a..ea0aed5eac 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/xa_security_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/xa_security_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/xa_security_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/xa_security_servlet_vehicle_web.war.sun-web.xml index 9fc83bd85a..ea0aed5eac 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/xa_security_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/security/xa_security_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/transaction/jta/ejb_JTATest_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/transaction/jta/ejb_JTATest_ejb.jar.sun-ejb-jar.xml index 3e5d9c48c2..28c12c6e73 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/transaction/jta/ejb_JTATest_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/transaction/jta/ejb_JTATest_ejb.jar.sun-ejb-jar.xml @@ -32,8 +32,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1EjbTest.java b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1EjbTest.java index 6c3bc1264d..8b72207798 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1EjbTest.java +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1EjbTest.java @@ -69,6 +69,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test JavaArchive xa_workmgt_ejb_vehicle_client = ShrinkWrap.create(JavaArchive.class, "xa_workmgt_ejb_vehicle_client.jar"); // The class files xa_workmgt_ejb_vehicle_client.addClasses( + com.sun.ts.tests.connector.xa.workmgt.workmgtClient1.class, com.sun.ts.tests.common.vehicle.VehicleRunnable.class, com.sun.ts.tests.common.vehicle.VehicleRunnerFactory.class, com.sun.ts.tests.common.vehicle.ejb.EJBVehicleRemote.class, diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_ejb_vehicle_ejb.jar.sun-ejb-jar.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_ejb_vehicle_ejb.jar.sun-ejb-jar.xml index 05f3fd3d83..791922591d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_ejb_vehicle_ejb.jar.sun-ejb-jar.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_ejb_vehicle_ejb.jar.sun-ejb-jar.xml @@ -28,8 +28,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 false diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_jsp_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_jsp_vehicle_web.war.sun-web.xml index 698a366cde..0abd592f4d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_jsp_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_jsp_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1 diff --git a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_servlet_vehicle_web.war.sun-web.xml b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_servlet_vehicle_web.war.sun-web.xml index 698a366cde..0abd592f4d 100644 --- a/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_servlet_vehicle_web.war.sun-web.xml +++ b/tcks/apis/connector/src/main/java/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_servlet_vehicle_web.war.sun-web.xml @@ -23,8 +23,8 @@ eis/whitebox-xa eis/whitebox-xa - rauser1 - rapassword1 + cts1 + cts1